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


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