StatisticalIndicatorAPI.Password Property
[Category(CATEGORY_AUTHENTICATION)]
[PasswordPropertyText(true)]
[DefaultValue(DEFAULT_PASSWORD)]
public string Password {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_AUTHENTICATION)]
[PasswordPropertyText(true)]
[DefaultValue(DEFAULT_PASSWORD)]
public:
property String^ Password {
String^ get( );
void set(
String^ value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_AUTHENTICATION)
PasswordPropertyText(true)
DefaultValue(DEFAULT_PASSWORD)
function get Password() : String;
public
Category(CATEGORY_AUTHENTICATION)
PasswordPropertyText(true)
DefaultValue(DEFAULT_PASSWORD)
function set Password(value : String);
This language is not supported or no code example is available.
Property Value
string
In this article
Definition