DeploymentContributorConfigurationFile.ConfigurationFile Property
Gets the FileInfo object that represents the configuration file.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ConfigurationFile As FileInfo
public FileInfo ConfigurationFile { get; }
public:
property FileInfo^ ConfigurationFile {
FileInfo^ get ();
}
member ConfigurationFile : FileInfo
function get ConfigurationFile () : FileInfo
Property Value
Type: System.IO.FileInfo
The configuration file.
.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.