[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.UserTasks.UserTaskStepInformation.GroupIdentity"]
public string GroupIdentity { get; set; }
Public Property GroupIdentity As String
Get
Set
public:
property String^ GroupIdentity {
String^ get ();
void set (String^ value);
}
member GroupIdentity : string with get, set