Provides access to members that specify the properties of a utility network trace result type field.
Members
Name | Description | |
---|---|---|
FieldName | Returns the field name. | |
NetworkSourceID | Returns the network source ID. | |
SchemaGeneration | Returns the schema generation. |
IUNResultTypeField.FieldName Property
Returns the field name.
Public Property FieldName As String
public string FieldName {get; set;}
IUNResultTypeField.NetworkSourceID Property
Returns the network source ID.
Public Property NetworkSourceID As Integer
public int NetworkSourceID {get; set;}
IUNResultTypeField.SchemaGeneration Property
Returns the schema generation.
Public Property SchemaGeneration As Integer
public int SchemaGeneration {get; set;}
Classes that implement IUNResultTypeField
Classes | Description |
---|---|
UNResultTypeField | UN Result Type Field. |