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


In This Topic
    Name Property (TagInformation)
    In This Topic
    The tag name.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property Name As String
    [DataMember()]
    public string Name {get;}
    [DataMember()]
    public:
    property String^ Name {
       String^ get();
    }
    See Also