Share via


Warning.WarningType Property

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

Syntax

'宣言
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property WarningType As WarningType
    Get
    Set
[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

.NET Framework Security

See Also

Reference

Warning Class

Microsoft.TeamFoundation.VersionControl.Server Namespace