This documentation is archived and is not being maintained.

Warning::User Property

Gets the user to whom the warning was issued.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property String^ User {
	String^ get ();
}

Property Value

Type: System::String
The user to whom the warning was issued.

Show: