[This is preliminary documentation and is subject to change.]
Returns type of target that this instance produces output for
Namespace: NFX.RelationalModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract TargetType Target { get; }
public abstract TargetType Target { get; }
Public MustOverride ReadOnly Property Target As TargetType
Get
Public MustOverride ReadOnly Property Target As TargetType
Get
public:
virtual property TargetType Target {
TargetType get () abstract;
}
public:
virtual property TargetType Target {
TargetType get () abstract;
}
abstract Target : TargetType with get
abstract Target : TargetType with get
Property Value
Type:
TargetType