Share via


Warning.WarningType Property

The warning "type"

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property WarningType As WarningType
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public WarningType WarningType { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property WarningType WarningType {
    WarningType get ();
    void set (WarningType value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member WarningType : WarningType with get, set
function get WarningType () : WarningType 
function set WarningType (value : WarningType)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Server.WarningType
Returns WarningType.

.NET Framework Security

See Also

Reference

Warning Class

Microsoft.TeamFoundation.VersionControl.Server Namespace