GetProjectRepresentationOptionsEntryIds Property  | 
 
            Gets or sets the IDs of the items.
            
 
    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 = "entryIds", EmitDefaultValue = true)]
public IList<Guid>? EntryIds { get; set; }<DataMemberAttribute(Name := "entryIds", EmitDefaultValue := true)>
Public Property EntryIds As IList(Of Guid)
	Get
	Set
public:
[DataMemberAttribute(Name = L"entryIds", EmitDefaultValue = true)]
property IList<Guid>^ EntryIds {
	IList<Guid>^ get ();
	void set (IList<Guid>^ value);
}[<DataMemberAttribute(Name = "entryIds", EmitDefaultValue = true)>]
member EntryIds : IList<Guid> with get, set
Property Value
Type: 
IListGuid
See Also