ArcFM Solution Developer Guide
DomainName Property (IMMAttrAUStrategy)






Specifies the domain name associated to the field upon which the AU will operate. In other words, when specified, the AU will only be applicable to fields using this domain. If the field is not associated with a domain, then this property should return the value vbNullString.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678275)>
ReadOnly Property DomainName As System.String
'Usage
 
Dim instance As IMMAttrAUStrategy
Dim value As System.String
 
value = instance.DomainName
[System.Runtime.InteropServices.DispId(1610678275)]
System.string DomainName {get;}
read-only property DomainName: System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678275)
function get DomainName : System.String
[System.Runtime.InteropServices.DispId(1610678275)]
__property System.string* get_DomainName();
[System.Runtime.InteropServices.DispId(1610678275)]
property System.String^ DomainName {
   System.String^ get();
}

Property Value

String
Example
The following code sample demonstrates how the IMMAttrAUStrategy::DomainName property may be implemented.
Visual Basic Copy Code
Private Property Get IMMAttrAUStrategy_DomainName() As String
    IMMAttrAUStrategy_DomainName = vbNullString
End Property
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

IMMAttrAUStrategy Interface
IMMAttrAUStrategy Members

Send Feedback