GetLabelActivityLabelKey Property |
Key of the label to be fetched
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: 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> LabelKey { get; set; }
Public Property LabelKey As InArgument(Of String)
Get
Set
public:
property InArgument<String^>^ LabelKey {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
member LabelKey : InArgument<string> with get, set
Property Value
InArgumentString
See Also