IVMVirtualNetwork::Name property
The Name property contains the unique name of this virtual network.
This property is read/write.
Syntax
HRESULT put_Name(
[in] BSTR virtualNetworkName
);
HRESULT get_Name(
[out] BSTR *virtualNetworkName
);
VB |
---|
|
Property value
The name of the virtual network.
This property value is read/write.
Error codes
Name | Meaning |
---|---|
|
The operation was successful. |
|
The virtualNetworkName parameter is NULL. |
|
The virtualNetworkName parameter is an empty string. |
|
An unexpected error has occurred. |
Remarks
Virtual network names are case-insensitive, for example, "MyNetwork" and "mynetwork" refer to the same virtual network.
Requirements
Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
Header |
|