adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / FastTreeItem Class / Name Property


In This Topic
    Name Property (FastTreeItem)
    In This Topic
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <NotNullAttribute()>
    Public ReadOnly Property Name As String
    [DataMember()]
    [NotNull()]
    public string Name {get;}
    [DataMember()]
    [NotNull()]
    public:
    property String^ Name {
       String^ get();
    }
    See Also