Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the associated fields.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Private, PropertyName := "InternalFields")> _
Public ReadOnly Property Fields As List(Of InformationField2010)
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Private, PropertyName = "InternalFields")]
public List<InformationField2010> Fields { get; }
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Private, PropertyName = L"InternalFields")]
public:
property List<InformationField2010^>^ Fields {
List<InformationField2010^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Private, PropertyName = "InternalFields")>]
member Fields : List<InformationField2010> with get
function get Fields () : List<InformationField2010>
Property Value
Type: System.Collections.Generic.List<InformationField2010>
Returns List<T>.
.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.
See Also
Reference
BuildInformationNode2010 Class
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace