CheckInstallationStatusLog Property |
Gets or sets the optional XmlDocument containing metering usage log data. (This is for Instant Metering users.)
Namespace: com.softwarekey.Client.WebService.XmlActivationServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic XmlDocument Log { get; set; }
Public Property Log As XmlDocument
Get
Set
public:
property XmlDocument^ Log {
XmlDocument^ get ();
void set (XmlDocument^ value);
}
Property Value
Type:
XmlDocument
See Also