ImportConfigCustomAttributeIds Property  | 
 
            Gets the IDs of the custom attributes to be imported.
            
 
    Namespace: 
   Dundas.BI.Transfer
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ICollection<Guid> CustomAttributeIds { get; }Public ReadOnly Property CustomAttributeIds As ICollection(Of Guid)
	Get
public:
property ICollection<Guid>^ CustomAttributeIds {
	ICollection<Guid>^ get ();
}member CustomAttributeIds : ICollection<Guid> with get
Property Value
Type: 
ICollectionGuid
See Also