SchemaCompareFileBasedModelCreator.FileDescription Property
When implemented in a derived class, gets or sets a description of the file.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property FileDescription As String
public abstract string FileDescription { get; }
public:
virtual property String^ FileDescription {
String^ get () abstract;
}
abstract FileDescription : string
abstract function get FileDescription () : String
Property Value
Type: System.String
The file description.
.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.