Microsoft.Activities.Extensions |
WorkflowArguments..::..Values Property |
WorkflowArguments Class See Also Send Feedback |
Gets an ICollection<(Of <(<'T>)>)> containing the values in the IDictionary<(Of <(<'TKey, TValue>)>)>.
Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
public ICollection<Object> Values { get; } |
Visual Basic |
---|
Public ReadOnly Property Values As ICollection(Of Object) Get |
Visual C++ |
---|
public: virtual property ICollection<Object^>^ Values { ICollection<Object^>^ get () sealed; } |