Share via


DeploymentProjectBuilder.InputContributorFiles Property

Gets a list of input contributor files.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property InputContributorFiles As IList(Of DeploymentContributorConfigurationFile)
public IList<DeploymentContributorConfigurationFile> InputContributorFiles { get; }
public:
property IList<DeploymentContributorConfigurationFile^>^ InputContributorFiles {
    IList<DeploymentContributorConfigurationFile^>^ get ();
}
member InputContributorFiles : IList<DeploymentContributorConfigurationFile>
function get InputContributorFiles () : IList<DeploymentContributorConfigurationFile>

Property Value

Type: System.Collections.Generic.IList<DeploymentContributorConfigurationFile>

.NET Framework Security

See Also

Reference

DeploymentProjectBuilder Class

Microsoft.Data.Schema.Build Namespace