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.
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 |
|
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