[Browsable(false)] [JetBrains.Annotations.CanBeNull()] public: property Type^ SubscribeArgumentsType { Type^ get(); }
'Declaration
<BrowsableAttribute(False)> <JetBrains.Annotations.CanBeNullAttribute()> Public ReadOnly Property SubscribeArgumentsType As Type
'Usage
Dim instance As PointBinding Dim value As Type instance.SubscribeArgumentsType = value value = instance.SubscribeArgumentsType
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is System.Object
.