adTempus API
ArcanaDevelopment.adTempus.Client Namespace / TokenFindResult Class / ObjectDescription Property


In This Topic
    ObjectDescription Property (TokenFindResult)
    In This Topic
    The description of the object in which tokens were found
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ObjectDescription As String
    public string ObjectDescription {get;}
    public:
    property String^ ObjectDescription {
       String^ get();
    }
    See Also