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!

MethodBase.IsFamilyAndAssembly

If set, this method can be called by subclasses if they are in the same assembly.

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

Property Value

Read-only.

true if access to this method is restricted to members of the class itself and to members of subclasses that are in the same assembly; otherwise, false.

See Also

MethodBase Class | MethodBase Members | System.Reflection Namespace | Boolean