Provides access to members that specify the properties of a utility network attribute value.
Members
| Name | Description | |
|---|---|---|
![]() | Description | Returns the description. |
![]() | Name | Returns the name. |
![]() | Value | Returns the value. |
IUNAttributeValue.Description Property
Returns the description.
Public Property Description As String public string Description {get; set;} IUNAttributeValue.Name Property
Returns the name.
Public Property Name As String public string Name {get; set;} IUNAttributeValue.Value Property
Returns the value.
Public Property Value As Object public object Value {get; set;} Classes that implement IUNAttributeValue
| Classes | Description |
|---|---|
| UNAttributeValue | UN Attribute Value. |
