Provides access to properties by names.

Members

Name Description
Method GetProperty Get the named property.
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.