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