'Declaration
<CanBeNullAttribute()> <TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)> Public Property TargetComponent As IComponent
'Usage
Dim instance As ValueTarget Dim value As IComponent instance.TargetComponent = value value = instance.TargetComponent
[CanBeNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)] public IComponent TargetComponent {get; set;}
[CanBeNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)] public: property IComponent^ TargetComponent { IComponent^ get(); void set ( IComponent^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.