'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the path to the location of the original file(s) for a detached signature. Default is the current directory. Wildcards are permitted.")> Public Property InFile As System.Activities.InArgument(Of String)
'Usage
Dim instance As PGPVerifySignature Dim value As System.Activities.InArgument(Of String) instance.InFile = value value = instance.InFile
[System.ComponentModel.Description("Specifies the path to the location of the original file(s) for a detached signature. Default is the current directory. Wildcards are permitted.")] public System.Activities.InArgument<string> InFile {get; set;}