MemberSetData.InheritMembers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicating if the MemberSet will inherit members of the MemberSet of the same name in the "parent" class.
public:
property bool InheritMembers { bool get(); void set(bool value); };
public:
property bool InheritMembers { bool get(); void set(bool value); };
public bool InheritMembers { get; set; }
member this.InheritMembers : bool with get, set
Public Property InheritMembers As Boolean