Property Product
| Improve this Doc View SourceProduct
Gets or sets product name information.
Declaration
public string Product { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string containing the product name. |
Remarks
The validation will compare this property with the System.Reflection.AssemblyProductAttribute.Product property of the assembly level System.Reflection.AssemblyProductAttribute.