'Declaration
<System.ComponentModel.CategoryAttribute("(Name)")> <System.ComponentModel.DescriptionAttribute("A description of this Credential.")> <System.ComponentModel.DefaultValueAttribute()> <CompareOptionsAttribute("MemoEdit")> Public Property Description As System.String
'Usage
Dim instance As Credential Dim value As System.String instance.Description = value value = instance.Description
[System.ComponentModel.Category("(Name)")] [System.ComponentModel.Description("A description of this Credential.")] [System.ComponentModel.DefaultValue()] [CompareOptions("MemoEdit")] public System.string Description {get; set;}