Property Attributes
Attributes
Gets the item's classification attribute values.
Declaration
public IReadOnlyDictionary<string, IReadOnlyList<string>> Attributes { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, IReadOnlyList<string>> | The item's classification attribute values. |
Remarks
These attributes are defined in ClassificationValueProperties. The PrimaryAttribute is always present and has exactly one value. Other attributes may have zero, one, or several values.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |