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 Property IsInherited As Boolean
    [DataMember()]
    public bool IsInherited {get; set;}
    See Also