SubmitFileActivity.Destination Property
Specifies the location where the file is to be submitted to.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property Destination As String
Get
Set
'Usage
Dim instance As SubmitFileActivity
Dim value As String
value = instance.Destination
instance.Destination = value
[BrowsableAttribute(true)]
[ValidationOptionAttribute(ValidationOption.Required)]
public string Destination { get; set; }
Property Value
Type: System.String
Returns String.