WebServiceCallSessionCodeValidation Property |
Gets or sets whether or not session code validation should be done automatically.
Namespace: com.softwarekey.Client.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public virtual WebServiceCallSessionValidation SessionCodeValidation { get; set; }
Public Overridable Property SessionCodeValidation As WebServiceCallSessionValidation
Get
Set
public:
virtual property WebServiceCallSessionValidation SessionCodeValidation {
WebServiceCallSessionValidation get ();
void set (WebServiceCallSessionValidation value);
}
Property Value
Type:
WebServiceCallSessionValidationSee Also