Share via


IClusCfgCreateClusterWizard::FirstNodeInCluster property

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

Sets or retrieves the first node in the newly created cluster.

This property is read/write.

Syntax

HRESULT put_FirstNodeInCluster(
   BSTR bstrFirstNodeInClusterIn
);

HRESULT get_FirstNodeInCluster(
   BSTR *pbstrFirstNodeInClusterOut
);

Property value

Identifier of the first node in the cluster. The identifier can be a host name label, fully qualified DNS domain name, or IP address of the node. 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_FirstNodeInCluster and put_FirstNodeInCluster 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