| VersionSettingsVersion Property |
This is used to get or set the version number description for the
related project.
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax public string Version { get; set; }
Public Property Version As String
Get
Set
public:
property String^ Version {
String^ get ();
void set (String^ value);
}
member Version : string with get, set
Property Value
Type:
StringSee Also