Responder Developer Guide
GetDomainPairDescription Method


The name of the domain.
The value of the domain pair.
Returns a domain description corresponding to a domain name and value.
Syntax
'Declaration
 
Public Function GetDomainPairDescription( _
   ByVal domainName As String, _
   ByVal domainValue As String _
) As String
'Usage
 
Dim instance As DataSetConfig
Dim domainName As String
Dim domainValue As String
Dim value As String
 
value = instance.GetDomainPairDescription(domainName, domainValue)
public string GetDomainPairDescription( 
   string domainName,
   string domainValue
)

Parameters

domainName
The name of the domain.
domainValue
The value of the domain pair.

Return Value

The description for the domain pair.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSetConfig Class
DataSetConfig Members

 

 


Send Comment