MicroServiceWorkItemProperties.CustomProperties property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property CustomProperties As IDictionary(Of String, Object)
Get
Set
'Usage
Dim instance As MicroServiceWorkItemProperties
Dim value As IDictionary(Of String, Object)
value = instance.CustomProperties
instance.CustomProperties = value
public IDictionary<string, Object> CustomProperties { get; set; }
Property value
Type: System.Collections.Generic.IDictionary<String, Object>
See also
Reference
MicroServiceWorkItemProperties class