NameAddressAccount Property | |
Gets or sets Account
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
[DataMemberAttribute(EmitDefaultValue = false)]
public string Account { get; set; }
public:
[DefaultValueAttribute(L"")]
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ Account {
String^ get ();
void set (String^ value);
}
function get_Account();
function set_Account(value);
Property Value
Type:
StringSee Also