GetSessionsOptionsSessionIds Property  | 
 
            Gets or sets an array containing IDs of sessions to be retrieved.
            
 
    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 = "sessionIds", EmitDefaultValue = false)]
public Guid[]? SessionIds { get; set; }<DataMemberAttribute(Name := "sessionIds", EmitDefaultValue := false)>
Public Property SessionIds As Guid()
	Get
	Set
public:
[DataMemberAttribute(Name = L"sessionIds", EmitDefaultValue = false)]
property array<Guid>^ SessionIds {
	array<Guid>^ get ();
	void set (array<Guid>^ value);
}[<DataMemberAttribute(Name = "sessionIds", EmitDefaultValue = false)>]
member SessionIds : Guid[] with get, set
Property Value
Type: 
Guid
See Also