'Declaration
<BrowsableAttribute(False)> <NotNullAttribute()> Public Property Inputs As UABrowseInputs
'Usage
Dim instance As UABrowseControl Dim value As UABrowseInputs instance.Inputs = value value = instance.Inputs
[Browsable(false)] [NotNull()] public UABrowseInputs Inputs {get; set;}
[Browsable(false)] [NotNull()] public: property UABrowseInputs^ Inputs { UABrowseInputs^ get(); void set ( UABrowseInputs^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).