CustomAttributeReferencesDataSessions Property  | 
 
            Gets or sets the sessions.
            
 
    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(EmitDefaultValue = false, Name = "sessions")]
public IList<SessionData> Sessions { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "sessions")>
Public Property Sessions As IList(Of SessionData)
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"sessions")]
property IList<SessionData^>^ Sessions {
	IList<SessionData^>^ get ();
	void set (IList<SessionData^>^ value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "sessions")>]
member Sessions : IList<SessionData> with get, set
Property Value
Type: 
IListSessionDataThe sessions referencing the custom attribute.
See Also