UserTaskPropertiesValues Property
Gets an enumerable collection that contains the values 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<UserTaskProperty> Values { get; }
Public ReadOnly Property Values As IEnumerable(Of UserTaskProperty)
Get
public:
virtual property IEnumerable<UserTaskProperty^>^ Values {
IEnumerable<UserTaskProperty^>^ get () sealed;
}
abstract Values : IEnumerable<UserTaskProperty> with get
override Values : IEnumerable<UserTaskProperty> with get
IEnumerableUserTaskPropertyAn enumerable collection that contains the values in the read-only dictionary.
IReadOnlyDictionaryTKey, TValueValues