Share via


Warning.WarningType Property

Gets the warning type.

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

Syntax

'Declaration
Public ReadOnly Property WarningType As WarningType
public WarningType WarningType { get; }
public:
property WarningType WarningType {
    WarningType get ();
}
member WarningType : WarningType with get
function get WarningType () : WarningType

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.WarningType
The warning type.

.NET Framework Security

See Also

Reference

Warning Class

Microsoft.TeamFoundation.VersionControl.Client Namespace