'Declaration<DefaultValueAttribute("")> <NotNullAttribute()> Public Property Caption As String
'UsageDim 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); }