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.Native

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

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

See Also

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