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