GetFileSystemEntriesOptionsEntryIds Property |
Gets or sets the IDs of entries to retrieve when getting specific entries by ID.
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(Name = "entryIds", EmitDefaultValue = false)]
public Guid[] EntryIds { get; set; }
<DataMemberAttribute(Name := "entryIds", EmitDefaultValue := false)>
Public Property EntryIds As Guid()
Get
Set
public:
[DataMemberAttribute(Name = L"entryIds", EmitDefaultValue = false)]
property array<Guid>^ EntryIds {
array<Guid>^ get ();
void set (array<Guid>^ value);
}
[<DataMemberAttribute(Name = "entryIds", EmitDefaultValue = false)>]
member EntryIds : Guid[] with get, set
Property Value
Type:
GuidSee Also