SetUsername(String) Method

Definition

Assembly CliInvoke.Core.dll

Sets the username for the credential to be created.

public UserCredentialSpec SetUsername(string username)

Parameters

username
String

The username to set.

Returns

UserCredentialSpec
The current UserCredentialSpec instance.