IProperty Interface

Provides access to members that control the Property functionality.

Members

Name Description
Read/write property Name The name of the property.
Read-only property SubType The subtype of the property.
Read/write 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

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