Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the target element.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property TargetName As String
public string TargetName { get; private set; }
public:
property String^ TargetName {
String^ get ();
private: void set (String^ value);
}
member TargetName : string with get, private set
function get TargetName () : String
private function set TargetName (value : String)
Property Value
Type: System.String
The name of the target element.
.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.