UserConfigurationRoles Property | |
Gets or sets Roles.
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [XmlArrayItemAttribute("Role")]
[XmlIgnoreAttribute]
public List<string> Roles { get; set; }
public:
[XmlArrayItemAttribute(L"Role")]
[XmlIgnoreAttribute]
property List<String^>^ Roles {
List<String^>^ get ();
void set (List<String^>^ value);
}
function get_Roles();
function set_Roles(value);
Property Value
Type:
ListStringSee Also