ManualRequestFileRequestData Property |
Gets or sets the Request Data. (This should already be encrypted and signed.)
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public string RequestData { get; set; }
Public Property RequestData As String
Get
Set
public:
property String^ RequestData {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also