Method | Description | |
---|---|---|
DeleteLoginProfileRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
DeleteLoginProfileRequest ( string userName ) : System |
Instantiates DeleteLoginProfileRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetUserName ( ) : bool |
public DeleteLoginProfileRequest ( ) : System | ||
return | System |
public DeleteLoginProfileRequest ( string userName ) : System | ||
userName | string | The name of the user whose password you want to delete. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@- |
return | System |