adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SftpServer Class / ClientIdentifier Property


In This Topic
    ClientIdentifier Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ClientIdentifier As String
    public string ClientIdentifier {get; set;}
    public:
    property String^ ClientIdentifier {
       String^ get();
       void set (    String^ value);
    }
    See Also