Share via


DeploymentProjectBuilder.PropertiesFiles Property

Gets a list of properties files.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

DeploymentProjectBuilder Class

Microsoft.Data.Schema.Build Namespace