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.5.0.0 (24.5.0.0)
Syntaxpublic 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
Return Value
IEnumerableStringAn enumerable collection that contains the keys in the read-only dictionary.
Implements
IReadOnlyDictionaryTKey, TValueKeys
See Also