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


In This Topic
    ObjectBOID Property
    In This Topic
    The OID of
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <NotNullAttribute()>
    Public ReadOnly Property ObjectBOID As OID
    [DataMember()]
    [NotNull()]
    public OID ObjectBOID {get;}
    [DataMember()]
    [NotNull()]
    public:
    property OID^ ObjectBOID {
       OID^ get();
    }
    See Also