Share via


DeploymentProjectBuilder.FilesOutput Property

Gets a list of output files.

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

Syntax

'Declaration
Protected Friend ReadOnly Property FilesOutput As IList(Of FileInfo)
protected internal IList<FileInfo> FilesOutput { get; }
protected public:
property IList<FileInfo^>^ FilesOutput {
    IList<FileInfo^>^ get ();
}
member FilesOutput : IList<FileInfo>
function get FilesOutput () : IList<FileInfo>

Property Value

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

.NET Framework Security

See Also

Reference

DeploymentProjectBuilder Class

Microsoft.Data.Schema.Build Namespace