UserTaskBaseGroupIdentity Property |
Gets or sets the group identity.
Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasksAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic InArgument<string> GroupIdentity { get; set; }
Public Property GroupIdentity As InArgument(Of String)
Get
Set
public:
property InArgument<String^>^ GroupIdentity {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
member GroupIdentity : InArgument<string> with get, set
Property Value
InArgumentString
The group identity.
See Also