Provides access to properties by names.
Members
| Name | Description | |
|---|---|---|
![]() |
GetProperty | Get the named property. |
![]() |
SetProperty | Set the named property. |
INamedProperty.GetProperty Method
Get the named property.
Public Sub GetProperty ( _
    ByVal Name As String, _
    ByRef pValue As Object _
)
public void GetProperty (
    string Name,
    ref object pValue
);
INamedProperty.SetProperty Method
Set the named property.
Public Sub SetProperty ( _
    ByVal Name As String, _
    ByVal Value As Object _
)
public void SetProperty (
    string Name,
    object Value
);
Classes that implement INamedProperty
| Classes | Description |
|---|
