InformationAddRequest.Fields Property
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Декларация
Public ReadOnly Property Fields As List(Of InformationField)
Get
public List<InformationField> Fields { get; }
public:
property List<InformationField^>^ Fields {
List<InformationField^>^ get ();
}
member Fields : List<InformationField>
function get Fields () : List<InformationField>
Property Value
Type: System.Collections.Generic.List<InformationField>
.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.