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