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
- 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.