InfoConnect for Unisys
Domain Property


Gets or sets the string that describes the domain of this document for security purposes.
Syntax
'Declaration
 
Property Domain As String
'Usage
 
Dim instance As IWebDocument
Dim value As String
 
instance.Domain = value
 
value = instance.Domain
string Domain {get; set;}
See Also