MicroServiceWorkItemProperties.RequestType property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property RequestType As RequestType
Get
Set
'Usage
Dim instance As MicroServiceWorkItemProperties
Dim value As RequestType
value = instance.RequestType
instance.RequestType = value
public RequestType RequestType { get; set; }
Property value
Type: Microsoft.SharePoint.Client.RequestType
See also
Reference
MicroServiceWorkItemProperties class