adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ConnectionDescriptor Class / ComputerName Property


In This Topic
    ComputerName Property (ConnectionDescriptor)
    In This Topic
    The name of the computer to connect to
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property ComputerName As String
    [CanBeNull()]
    public string ComputerName {get; set;}
    [CanBeNull()]
    public:
    property String^ ComputerName {
       String^ get();
       void set (    String^ value);
    }
    See Also