WorkflowSubscription.Name property
Gets or sets the name of the workflow subscription for the specified event source.
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)
Syntax
'Declaration
<ClientCallablePropertyAttribute> _
Public Property Name As String
Get
Set
'Usage
Dim instance As WorkflowSubscription
Dim value As String
value = instance.Name
instance.Name = value
[ClientCallablePropertyAttribute]
public string Name { get; set; }
Property value
Type: System.String
Returns the name of the subscription.