Share via


IClusCfgCreateClusterWizard::ClusterName property

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

Sets or retrieves the name of the newly created cluster.

This property is read/write.

Syntax

HRESULT put_ClusterName(
   BSTR bstrClusterNameIn
);

HRESULT get_ClusterName(
   BSTR *bstrClusterNameOut
);

Property value

Identifier of the newly created cluster. The identifier can be a cluster host name label, fully qualified DNS domain name, or IP address of the cluster. If the identifier is not a fully qualified DNS domain name (for example, if the identifier is "example.microsoft.com"), then the local computer account domain will be used.

Error codes

If the property access methods get_ClusterName and put_ClusterName 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