Method | Description | |
---|---|---|
GetLoginProfileRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
GetLoginProfileRequest ( string userName ) : System |
Instantiates GetLoginProfileRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetUserName ( ) : bool |
public GetLoginProfileRequest ( string userName ) : System | ||
userName | string | The name of the user whose login profile you want to retrieve. 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 |