ParameterOptionsStructureIds Property |
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 = "structureIds")]
public ICollection<Guid> StructureIds { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "structureIds")>
Public Property StructureIds As ICollection(Of Guid)
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"structureIds")]
property ICollection<Guid>^ StructureIds {
ICollection<Guid>^ get ();
void set (ICollection<Guid>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "structureIds")>]
member StructureIds : ICollection<Guid> with get, set
Property Value
Type:
ICollectionGuid
The IDs of the structures.
See Also