WorkflowContextPropertyName constructor (String)
Initializes a new instance of the WorkflowContextPropertyName class and provides the property name.
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New WorkflowContextPropertyName(name)
protected WorkflowContextPropertyName(
string name
)
Parameters
name
Type: System.StringName of the property.
See also
Reference
WorkflowContextPropertyName class
WorkflowContextPropertyName members