ArcFM Responder Mobile 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 System.String, _
   ByVal domainValue As System.String _
) As System.String
'Usage
 
Dim instance As DataSetConfig
Dim domainName As System.String
Dim domainValue As System.String
Dim value As System.String
 
value = instance.GetDomainPairDescription(domainName, domainValue)
public System.string GetDomainPairDescription( 
   System.string domainName,
   System.string domainValue
)
public function GetDomainPairDescription( 
    domainName: System.String;
    domainValue: System.String
): System.String; 
public function GetDomainPairDescription( 
   domainName : System.String,
   domainValue : System.String
) : System.String;
public: System.string* GetDomainPairDescription( 
   System.string* domainName,
   System.string* domainValue
) 
public:
System.String^ GetDomainPairDescription( 
   System.String^ domainName,
   System.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataSetConfig Class
DataSetConfig Members

Send Feedback