ArcFM Responder Mobile Developer Guide
GetDomainName Method (DomainExtensions)






Get the pretty name of the domain item
Syntax
'Declaration
 
Public Shared Function GetDomainName( _
   ByVal domainName As System.String, _
   ByVal value As System.Integer _
) As System.String
'Usage
 
Dim domainName As System.String
Dim value As System.Integer
Dim value As System.String
 
value = DomainExtensions.GetDomainName(domainName, value)
public static System.string GetDomainName( 
   System.string domainName,
   System.int value
)
public function GetDomainName( 
    domainName: System.String;
    value: System.Integer
): System.String; static; 
public static function GetDomainName( 
   domainName : System.String,
   value : System.int
) : System.String;
public: static System.string* GetDomainName( 
   System.string* domainName,
   System.int value
) 
public:
static System.String^ GetDomainName( 
   System.String^ domainName,
   System.int value
) 

Parameters

domainName
value
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

DomainExtensions Class
DomainExtensions Members

Send Feedback