adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectLinkInfo Class / LinkDescription Property


In This Topic
    LinkDescription Property
    In This Topic
    User-friendly description of the link
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <CanBeNullAttribute()>
    Public ReadOnly Property LinkDescription As String
    [DataMember()]
    [CanBeNull()]
    public string LinkDescription {get;}
    [DataMember()]
    [CanBeNull()]
    public:
    property String^ LinkDescription {
       String^ get();
    }
    See Also