IVMDHCPVirtualNetworkServer::IsEnabled property
The IsEnabled property indicates whether the DHCP virtual network server is enabled.
This property is read/write.
Syntax
HRESULT put_IsEnabled(
[in] VARIANT_BOOL isEnabled
);
HRESULT get_IsEnabled(
[out] VARIANT_BOOL *isEnabled
);
VB |
---|
|
Property value
Contains vbTrue if the DHCP virtual network server is enabled, vbFalse if disabled.
This property value is read/write.
Error codes
Name | Meaning |
---|---|
|
The operation was successful. |
|
The parameter isEnabled was NULL. |
|
An unexpected error has occurred. |
Requirements
Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
Header |
|