QueryContextDataTargetProjectIds Property

Gets the target project IDs at which the context is referring to.

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 = "targetProjectIds", EmitDefaultValue = false)]
public IReadOnlyList<Guid> TargetProjectIds { get; }

Property Value

Type: IReadOnlyListGuid
The project IDs.
See Also