'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Property CustomReference As String
'Usage
Dim instance As Widget Dim value As String instance.CustomReference = value value = instance.CustomReference
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public string CustomReference {get; set;}
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: property String^ CustomReference { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.