Share via


IClusCfgCreateClusterWizard::ServiceAccountName property

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

Sets or retrieves the user name in the cluster service account.

This property is read/write.

Syntax

HRESULT put_ServiceAccountName(
   BSTR bstrServiceAccountNameIn
);

HRESULT get_ServiceAccountName(
   BSTR *pbstrServiceAccountNameOut
);

Property value

String that contains the value to set to the user name of the cluster service account.

Error codes

If the property access methods get_ServiceAccountName and put_ServiceAccountName 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

ServiceAccountDomain

ServiceAccountPassword