LookupSPListItemSPFieldLookupProperty.PropertyName property
Gets or sets the name of the SharePoint list item property to lookup as a SharePoint lookup field.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
'Declaration
<RequiredArgumentAttribute> _
Public Property PropertyName As InArgument(Of String)
Get
Set
'Usage
Dim instance As LookupSPListItemSPFieldLookupProperty
Dim value As InArgument(Of String)
value = instance.PropertyName
instance.PropertyName = value
[RequiredArgumentAttribute]
public InArgument<string> PropertyName { get; set; }
Type: System.Activities.InArgument<String>
LookupSPListItemSPFieldLookupProperty class