ReferencedType Property

Gets {insert text here}.

Namespace:  Microsoft.Data.Tools.Model.Simple
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property ReferencedType As Type
    Get
'Usage
Dim instance As ReferenceProperty
Dim value As Type

value = instance.ReferencedType
public abstract Type ReferencedType { get; }
public:
virtual property Type^ ReferencedType {
    Type^ get () abstract;
}
abstract ReferencedType : Type
abstract function get ReferencedType () : Type

Property Value

Type: System..::..Type

See Also

Reference

ReferenceProperty Class

Microsoft.Data.Tools.Model.Simple Namespace