PerformerGroup property

Returns or sets the name of the Windows domain group that the person who is the Performer for the object, belongs to. Read/write.* String.
Syntax
object
.
PerformerGroup
[ =
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 group that the Performer belongs to.
Remarks
  • This property can be blank, which indicates that the user does not have to be a member of any group.
  • *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.
    When the electronic signature window is not open at runtime (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.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal