WorkflowAssociation.InternalName property

Gets a value that specifies the internal name of this workflow association, as determined by the WorkflowAssociation implementation.

Namespace:  Microsoft.SharePoint.Client.Workflow
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property InternalName As String
    Get
'Usage
Dim instance As WorkflowAssociation
Dim value As String

value = instance.InternalName
public string InternalName { get; }

Property value

Type: System.String
Returns a String.instance representing the internal name of this workflow association as determined by the WorkflowAssociation implementation.

See also

Reference

WorkflowAssociation class

WorkflowAssociation members

Microsoft.SharePoint.Client.Workflow namespace