LicenseResult.Metadata Property

JustinBack

LicenseResultMetadata Property

Gets or sets the metadata.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public string Metadata { get; set; }
Public Property Metadata As String
	Get
	Set
public:
property String^ Metadata {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
The metadata.
See Also