Share via


INavigationPropertyInfo.TargetType Property

Gets the target type for the navigation property information.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
ReadOnly Property TargetType As String
    Get
'Usage
Dim instance As INavigationPropertyInfo
Dim value As String

value = instance.TargetType
string TargetType { get; }
property String^ TargetType {
    String^ get ();
}
abstract TargetType : string
function get TargetType () : String

Property Value

Type: System.String
A string that represents the target type for the navigation property information.