| SandcastleProjectVendorName Property |
This is used to get or set the vendor name for the help viewer file
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string VendorName { get; set; }
Public Property VendorName As String
Get
Set
public:
property String^ VendorName {
String^ get ();
void set (String^ value);
}
member VendorName : string with get, set
Property Value
Type:
StringRemarks The default if not specified will be "Vendor Name". The value must not contain the ':',
'\', '/', '.', ',', '#', or '&' characters.
See Also