ContributorConfigurationFile.ConfigurationFile Property
Gets the file that contains the configuration.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ConfigurationFile As FileInfo
Get
'Usage
Dim instance As ContributorConfigurationFile
Dim value As FileInfo
value = instance.ConfigurationFile
public FileInfo ConfigurationFile { get; }
public:
property FileInfo^ ConfigurationFile {
FileInfo^ get ();
}
function get ConfigurationFile () : FileInfo
member ConfigurationFile : FileInfo
Property Value
Type: System.IO.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.
See Also
Reference
ContributorConfigurationFile Class