Failure.Warnings 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 Warnings As List(Of Warning)
Get
Set
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public List<Warning> Warnings { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property List<Warning^>^ Warnings {
List<Warning^>^ get ();
void set (List<Warning^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member Warnings : List<Warning> with get, set
function get Warnings () : List<Warning>
function set Warnings (value : List<Warning>)
Property Value
Type: System.Collections.Generic.List<Warning>
.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.