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!

MemberModifier.Synchronized

Specifies that the member is synchronized. This field is constant.

[Visual Basic]
Public Const Synchronized As Integer
[C#]
public const int Synchronized;
[C++]
public: const int Synchronized;
[JScript]
public var Synchronized : int;

See Also

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