ModelComparisonChangeDefinition.IsSameName Property
Gets a value that indicates whether any child elements have the same name.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property IsSameName As Boolean
public bool IsSameName { get; }
public:
property bool IsSameName {
bool get ();
}
member IsSameName : bool
function get IsSameName () : boolean
Property Value
Type: System.Boolean
true if any child elements have the same name; otherwise, false.
.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.