WorkflowCodeTypeReferenceExpression.QualifiedName Property
Gets or sets the fully qualified .NET assembly name.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Property QualifiedName As String
Get
Set
'Usage
Dim instance As WorkflowCodeTypeReferenceExpression
Dim value As String
value = instance.QualifiedName
instance.QualifiedName = value
public string QualifiedName { get; set; }
Property Value
Type: System.String
A fully qualified .NET assembly name.
See Also
Reference
WorkflowCodeTypeReferenceExpression Class