Share via


LookupSPUserProperty.PropertyName property

Gets or sets the name of a SharePoint principal user property or group property to look up.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property PropertyName As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As LookupSPUserProperty
Dim value As InArgument(Of String)

value = instance.PropertyName

instance.PropertyName = value
[RequiredArgumentAttribute]
public InArgument<string> PropertyName { get; set; }

Property value

Type: System.Activities.InArgument<String>

See also

Reference

LookupSPUserProperty class

LookupSPUserProperty members

Microsoft.SharePoint.WorkflowServices.Activities namespace