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


In This Topic
    ObjectAComputer Property
    In This Topic
    The name of the adTempus server where ObjectA is located.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <CanBeNullAttribute()>
    Public ReadOnly Property ObjectAComputer As String
    [DataMember()]
    [CanBeNull()]
    public string ObjectAComputer {get;}
    [DataMember()]
    [CanBeNull()]
    public:
    property String^ ObjectAComputer {
       String^ get();
    }
    See Also