ParameterOptionsStructureIds Property

Gets or sets the list of IDs of the structures for use in a SelectStructureParameter.

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; }

Property Value

Type: ICollectionGuid
The IDs of the structures.
See Also