SandcastleProjectVendorName Property
This read-only property is used to get the vendor name for the help viewer file
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string VendorName { get; }
Public ReadOnly Property VendorName As String
Get
public:
property String^ VendorName {
String^ get ();
}
member VendorName : string with get
Property Value
StringThe default if not specified will be "Vendor Name". The value must not contain the ':',
'\', '/', '.', ',', '#', or '&' characters.