Provides access to members that control the Property functionality.
Members
Name | Description | |
---|---|---|
Name | The name of the property. | |
SubType | The subtype of the property. | |
Value | The value of the property. |
IProperty.Name Property
The name of the property.
Public Property Name As String
public string Name {get; set;}
IProperty.SubType Property
The subtype of the property.
Public ReadOnly Property SubType As Integer
public int SubType {get;}
IProperty.Value Property
The value of the property.
Public Property Value As Object
public object Value {get; set;}
Classes that implement IProperty
Classes | Description |
---|