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


In This Topic
    IsInherited Property
    In This Topic
    Indicates whether the link is inherited from a parent object.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property IsInherited As Boolean
    [DataMember()]
    public bool IsInherited {get;}
    [DataMember()]
    public:
    property bool IsInherited {
       bool get();
    }
    See Also