Domain property
Returns or sets the name of the Windows domain that the authentication is to take place within. Read/write.* String.
Syntax
object
.Domain
[ = string
]where
object
– is the name of a SignatureButton object or an expression that evaluates to a SignatureButton object.string
– is the name of the Windows domain that authentication is to take place in.Remarks
- *When the electronic signature window is open at runtime, in other words when a signature authentication operation is taking place, this property is read-only.At runtime, when the electronic signature window is not open (no signature authentication is taking place) the property is read/write.This means that you can use VBA code to make changes to the signature button properties at runtime, as long as the electronic signature window is not open.
- If you clear the Domain, the EnablePerformer and EnableApprover properties are set to False.
Provide Feedback