ArcFM Solution Developer Guide
GetDomainValue Method


Syntax
'Declaration
 
Protected MustOverride Function GetDomainValue( _
   ByVal domainName As System.String, _
   ByVal domainCode As System.String _
) As System.String
'Usage
 
Dim instance As ResponderExporterBase
Dim domainName As System.String
Dim domainCode As System.String
Dim value As System.String
 
value = instance.GetDomainValue(domainName, domainCode)
protected abstract System.string GetDomainValue( 
   System.string domainName,
   System.string domainCode
)

Parameters

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

ResponderExporterBase Class
ResponderExporterBase Members

 

 


Send Comment