IUNAttributeValue Interface

Provides access to members that specify the properties of a utility network attribute value.

Members

Name Description
Read/write property Description Returns the description.
Read/write property Name Returns the name.
Read/write property 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.

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