LogOnAccountPropertiesDataCustomAttributes Property |
Gets the account's explicitly assigned custom attributes.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax [DataMemberAttribute(Name = "customAttributes", EmitDefaultValue = false)]
public ICollection<CustomAttributeData>? CustomAttributes { get; set; }
<DataMemberAttribute(Name := "customAttributes", EmitDefaultValue := false)>
Public Property CustomAttributes As ICollection(Of CustomAttributeData)
Get
Set
public:
[DataMemberAttribute(Name = L"customAttributes", EmitDefaultValue = false)]
property ICollection<CustomAttributeData^>^ CustomAttributes {
ICollection<CustomAttributeData^>^ get ();
void set (ICollection<CustomAttributeData^>^ value);
}
[<DataMemberAttribute(Name = "customAttributes", EmitDefaultValue = false)>]
member CustomAttributes : ICollection<CustomAttributeData> with get, set
Property Value
Type:
ICollectionCustomAttributeDataSee Also