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 or sets the configuration information for a source provider. This is a dictionary of name/value pairs.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Private, PropertyName := "InternalFields")> _
Public Property Fields As List(Of NameValueField)
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Private, PropertyName = "InternalFields")]
public List<NameValueField> Fields { get; set; }
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Private, PropertyName = L"InternalFields")]
public:
property List<NameValueField^>^ Fields {
List<NameValueField^>^ get ();
void set (List<NameValueField^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Private, PropertyName = "InternalFields")>]
member Fields : List<NameValueField> with get, set
function get Fields () : List<NameValueField>
function set Fields (value : List<NameValueField>)
Property Value
Type: System.Collections.Generic.List<NameValueField>
.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.