'Declaration
<DefaultValueAttribute()> <MessagingDescriptionAttribute("Specifies the label of the message.")> Public Property Label As String
'Usage
Dim instance As DefaultPropertiesToSend Dim value As String instance.Label = value value = instance.Label
[DefaultValue()] [MessagingDescription("Specifies the label of the message.")] public string Label {get; set;}
[DefaultValue()] [MessagingDescription("Specifies the label of the message.")] public: property String^ Label { String^ get(); void set ( String^ value); }