ArcFM Solution Developer Guide
GetDomainName Method


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
)

Parameters

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

DomainExtensions Class
DomainExtensions Members

 

 


Send Comment