ProductResult.Name Property

JustinBack

ProductResultName Property

Gets or sets the name of the product.

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

Property Value

Type: String
The name.
See Also