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