Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting Property Descriptions
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01047815
Message ID:
01047819
Views:
11
Kevin,

On the line above the declaration (where you have the double-slash), start with a triple-slash. When you press the space bar after the three slashes, it expands to the XML format used fore creating the documentation.

HTH,
Chad

>How do I create a property description string that will appear in
>the property sheet?
>
>
>// I want this string to appear in the property sheet
>public string FieldName
>{
>  get
>  {
>    return m_FieldName;
>  }
>  set
>  {
>    m_FieldName = value;
>  }
>		>}
>
_________________________________
There are 2 types of people in the world:
    Those who need closure
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform