[]
Gets the value of the property with this name.
public object Get(string name)
Public Function [Get](name As String) As Object
| 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)
Public Function [Get](Of T1, T2)(propertyKey As PropertyBagKey(Of T1, T2)) As T1
| 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. |