Gets or sets Username
Namespace: Microsoft.Cosmos.ExportClientAssembly: Microsoft.Cosmos.ExportClient (in Microsoft.Cosmos.ExportClient.dll) Version: 10.2.0.0 (10.2.2.0)
Syntax
C# |
---|
public override string Username { get; set; } |
Visual Basic |
---|
Public Overrides Property Username As String Get Set |
Visual C++ |
---|
public: virtual property String^ Username { String^ get () override; void set (String^ value) override; } |