StatisticalIndicatorAPI.Username Property

[Category(CATEGORY_AUTHENTICATION)] 
[DefaultValue(DEFAULT_USERNAME)] 
public string Username {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_AUTHENTICATION)] 
[DefaultValue(DEFAULT_USERNAME)] 
public:  
property String^ Username { 
String^ get( ); 
void set( 
String^ value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_AUTHENTICATION) 
DefaultValue(DEFAULT_USERNAME) 
function get Username() : String
public  
Category(CATEGORY_AUTHENTICATION) 
DefaultValue(DEFAULT_USERNAME) 
function set Username(value : String);
This language is not supported or no code example is available.

Property Value

string

In this article

Definition