'Declaration
<CanBeNullAttribute()> <ConstructorArgumentAttribute("provider")> <TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)> <BrowsableAttribute(False)> Public Property Provider As IComponent
'Usage
Dim instance As SetExtendedProperty Dim value As IComponent instance.Provider = value value = instance.Provider
[CanBeNull()] [ConstructorArgument("provider")] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)] [Browsable(false)] public IComponent Provider {get; set;}
[CanBeNull()] [ConstructorArgument("provider")] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Referencing.Internal.AutoExtensibleComponentReferenceConverter`1)] [Browsable(false)] public: property IComponent^ Provider { 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
.