SandcastleProjectVendorName Property

This read-only property is used to get the vendor name for the help viewer file

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public string VendorName { get; }

Property Value

String
The default if not specified will be "Vendor Name". The value must not contain the ':', '\', '/', '.', ',', '#', or '&' characters.

See Also