'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> Public Property Caption As String
'Usage
Dim instance As UAHostAndEndpointDialog Dim value As String instance.Caption = value value = instance.Caption
[DefaultValue("")] [NotNull()] public string Caption {get; set;}
[DefaultValue("")] [NotNull()] public: property String^ Caption { String^ get(); void set ( String^ value); }