命名空间: Microsoft.SharePoint.Client.WorkflowServices
程序集: Microsoft.SharePoint.Client.WorkflowServices(位于 Microsoft.SharePoint.Client.WorkflowServices.dll 中)
语法
声明
Public Property DisplayName As String
Get
Set
用法
Dim instance As WorkflowDefinition
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
public string DisplayName { get; set; }