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