IModelProvider.Name Property
Gets or sets the name.
Namespace: Microsoft.Data.Schema.Compare.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Property Name As String
Get
Set
'Usage
Dim instance As IModelProvider
Dim value As String
value = instance.Name
instance.Name = value
string Name { get; set; }
property String^ Name {
String^ get ();
void set (String^ value);
}
function get Name () : String
function set Name (value : String)
abstract Name : string with get, set
Property Value
Type: System.String
.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.