adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgent Class / Name Property


In This Topic
    Name Property (RemoteAgent)
    In This Topic
    An optional name for the agent, used instead of the ServerAddress to identify it in the user interface.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Name As String
    [CanBeNull()]
    public string Name {get; set;}
    [CanBeNull()]
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also