'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the path to the current location of the file(s) to be encypted. Default is the current directory. Wildcards are permitted.")> <System.Activities.RequiredArgumentAttribute()> Public Property Source As System.Activities.InArgument(Of String)
'Usage
Dim instance As PGPEncrypt Dim value As System.Activities.InArgument(Of String) instance.Source = value value = instance.Source
[System.ComponentModel.Description("Specifies the path to the current location of the file(s) to be encypted. Default is the current directory. Wildcards are permitted.")] [System.Activities.RequiredArgument()] public System.Activities.InArgument<string> Source {get; set;}