[]
Gets the value of the property with this name.
public object Get(string name)
Type | Name | Description |
---|---|---|
string | name | The name. |
Type | Description |
---|---|
object | Value of the property |
Gets the value of the property by using a PropertyBagKey<T1, T2>
public T1 Get<T1, T2>(PropertyBagKey<T1, T2> propertyKey)
Type | Name | Description |
---|---|---|
PropertyBagKey<T1, T2> | propertyKey | The property key. |
Type | Description |
---|---|
T1 | Value of the property |
Name | Description |
---|---|
T1 | The public type of this property. |
T2 | The marshaling type of this property. |