Gets or sets Username

Namespace: Microsoft.Cosmos.ExportClient
Assembly: Microsoft.Cosmos.ExportClient (in Microsoft.Cosmos.ExportClient.dll) Version: 10.2.0.0 (10.2.2.0)

Syntax

C#
public abstract string Username { get; set; }
Visual Basic
Public MustOverride Property Username As String
	Get
	Set
Visual C++
public:
virtual property String^ Username {
	String^ get () abstract;
	void set (String^ value) abstract;
}

See Also