Share via


IClusCfgCreateClusterWizard::ClusterIPAddress property

[This property is available for use only in Windows Server 2003.]

Sets or retrieves the cluster IP address.

This property is read/write.

Syntax

HRESULT put_ClusterIPAddress(
   BSTR bstrClusterIPAddressIn
);

HRESULT get_ClusterIPAddress(
   BSTR *pbstrClusterIPAddressOut
);

Property value

String that contains the IP address in dotted format (for example, "1.2.3.4") to set as the default IP address of the new cluster.

Error codes

If the property access methods get_ClusterIPAddress and put_ClusterIPAddress succeed, they return S_OK. Any other HRESULT value indicates that the call failed.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2003

End of server support

Windows Server 2003

IDL

ClusCfgWizard.idl

DLL

ClCfgSrv.dll

IID

IID_IClusCfgCreateClusterWizard is defined as F65C6990-A144-4127-AB6E-3712B75F1843

See also

IClusCfgCreateClusterWizard

ClusterIPAddressNetwork

ClusterIPSubnet