'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the path to the current location of the signed file(s). Default is the current directory. Wildcards are permitted.")> <System.Activities.RequiredArgumentAttribute()> Public Property Source As System.Activities.InArgument(Of String)
'Usage
Dim instance As PGPVerifySignature 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 signed file(s). Default is the current directory. Wildcards are permitted.")] [System.Activities.RequiredArgument()] public System.Activities.InArgument<string> Source {get; set;}