[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); }
'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Property CustomReference As String
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.