UserTaskPropertiesKeys Property
Gets an enumerable collection that contains the keys in the read-only dictionary.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public IEnumerable<string> Keys { get; }
Public ReadOnly Property Keys As IEnumerable(Of String)
Get
public:
virtual property IEnumerable<String^>^ Keys {
IEnumerable<String^>^ get () sealed;
}
abstract Keys : IEnumerable<string> with get
override Keys : IEnumerable<string> with get
IEnumerableStringAn enumerable collection that contains the keys in the read-only dictionary.
IReadOnlyDictionaryTKey, TValueKeys