NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ParenthesizePropertyNameAttribute Constructor

Initializes a new instance of ParenthesizePropertyNameAttribute using the specified value to indicate whether or not the attribute is marked for display with parenthesis or not.

[Visual Basic]
Public Sub New( _
   ByVal needParenthesis As Boolean _
)
[C#]
public ParenthesizePropertyNameAttribute(
   bool needParenthesis
);
[C++]
public: ParenthesizePropertyNameAttribute(
   bool needParenthesis
);
[JScript]
public function ParenthesizePropertyNameAttribute(
   needParenthesis : Boolean
);

Parameters

needParenthesis
Whether the name should be enclosed in parenthesis.

See Also

ParenthesizePropertyNameAttribute Class | ParenthesizePropertyNameAttribute Members | System.ComponentModel.Design Namespace