ISandcastle ProjectVendor Name Property
This read-only property is used to get the vendor name for the help viewer file
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default if not specified will be "Vendor Name". The value must not contain the ':', '\', '/', '.', ',', '#', or '&' characters.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string VendorName { get; }VB
ReadOnly Property VendorName As String
GetC++
property String^ VendorName {
String^ get ();
}F#
abstract VendorName : string with getProperty Value
StringThe default if not specified will be "Vendor Name". The value must not contain the ':', '\', '/', '.', ',', '#', or '&' characters.