ImportConfigDataCustomAttributeIds Property |
Gets the IDs of the custom attributes to be imported.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "customAttributeIds")]
public IList<Guid> CustomAttributeIds { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "customAttributeIds")>
Public ReadOnly Property CustomAttributeIds As IList(Of Guid)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"customAttributeIds")]
property IList<Guid>^ CustomAttributeIds {
IList<Guid>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "customAttributeIds")>]
member CustomAttributeIds : IList<Guid> with get
Property Value
Type:
IListGuidSee Also