GetCustomAttributesOptionsCustomAttributeIds Property  | 
 
            Gets or sets the custom attributes IDs.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "customAttributeIds", EmitDefaultValue = false)]
public Guid[]? CustomAttributeIds { get; set; }<DataMemberAttribute(Name := "customAttributeIds", EmitDefaultValue := false)>
Public Property CustomAttributeIds As Guid()
	Get
	Set
public:
[DataMemberAttribute(Name = L"customAttributeIds", EmitDefaultValue = false)]
property array<Guid>^ CustomAttributeIds {
	array<Guid>^ get ();
	void set (array<Guid>^ value);
}[<DataMemberAttribute(Name = "customAttributeIds", EmitDefaultValue = false)>]
member CustomAttributeIds : Guid[] with get, set
Property Value
Type: 
GuidThe custom attribute IDs.
See Also