Share via


GetUserProfileActivity.SchemaName property

Gets or sets the schema name property as referenced by the SchemaNameProperty property for use by the workflow runtime.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property SchemaName As String
    Get
    Set
'Usage
Dim instance As GetUserProfileActivity
Dim value As String

value = instance.SchemaName

instance.SchemaName = value
[BrowsableAttribute(true)]
[ValidationOptionAttribute(ValidationOption.Optional)]
public string SchemaName { get; set; }

Property value

Type: System.String
Returns String.

See also

Reference

GetUserProfileActivity class

GetUserProfileActivity members

Microsoft.Office.Workflow.Actions namespace