'Declaration
<CanBeNullAttribute()> <TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)> Public Property SourceComponent As IComponent
'Usage
Dim instance As EventSource Dim value As IComponent instance.SourceComponent = value value = instance.SourceComponent
[CanBeNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)] public IComponent SourceComponent {get; set;}
[CanBeNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)] public: property IComponent^ SourceComponent { 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
.