 | ESXInfoModelFullName Property |
Gets or sets the full name including the build number of the ESX server.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string FullName { get; set; }
Public Property FullName As String
Get
Set
public:
property String^ FullName {
String^ get ();
void set (String^ value);
}
member FullName : string with get, set
Property Value
Type:
String
See Also