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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.