adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / FastTreeGroup Class / Groups Field


In This Topic
    Groups Field
    In This Topic
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <NotNullAttribute()>
    Public ReadOnly Groups As List(Of FastTreeGroup)
    [DataMember()]
    [NotNull()]
    public readonly List<FastTreeGroup> Groups
    [DataMember()]
    [NotNull()]
    public:
    readonly List<FastTreeGroup^>^ Groups
    See Also