Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / PropertyAttribute Class / Description Property

In This Topic
    Description Property (PropertyAttribute)
    In This Topic
    Gets or sets a text, such as a tool tip, that is displayed to users to help them understand a member.
    Syntax
    'Declaration
     
    
    Public Property Description As String
    public string Description {get; set;}
    See Also