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 source providers for this definition.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property SourceProviders As List(Of BuildDefinitionSourceProvider)
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<BuildDefinitionSourceProvider> SourceProviders { get; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<BuildDefinitionSourceProvider^>^ SourceProviders {
List<BuildDefinitionSourceProvider^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member SourceProviders : List<BuildDefinitionSourceProvider> with get
function get SourceProviders () : List<BuildDefinitionSourceProvider>
Property Value
Type: System.Collections.Generic.List<BuildDefinitionSourceProvider>
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.