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!

Type.IsNestedPrivate

Gets a value indicating whether the Type is nested and declared private.

[Visual Basic]
Public ReadOnly Property IsNestedPrivate As Boolean
[C#]
public bool IsNestedPrivate {get;}
[C++]
public: __property bool get_IsNestedPrivate();
[JScript]
public function get IsNestedPrivate() : Boolean;

Property Value

true if the Type is nested and declared private; otherwise, false.

Remarks

The VisibilityMask is used to select the visibility attributes.

See Also

Type Class | Type Members | System Namespace | TypeAttributes