ArcFM Engine Developer Guide
GetDomainName Method


Get the pretty name of the domain item
Syntax
'Declaration
 
Public Shared Function GetDomainName( _
   ByVal domainName As String, _
   ByVal value As Integer _
) As String
'Usage
 
Dim domainName As String
Dim value As Integer
Dim value As String
 
value = DomainExtensions.GetDomainName(domainName, value)
public static string GetDomainName( 
   string domainName,
   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