adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / LinkedServer Class / ServerAddress Field


In This Topic
    ServerAddress Field
    In This Topic
    The address or connection string for the server
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <CanBeNullAttribute()>
    Public ServerAddress As String
    [DataMember()]
    [CanBeNull()]
    public string ServerAddress
    [DataMember()]
    [CanBeNull()]
    public:
    String^ ServerAddress
    See Also