PSMemberInfo.IsInstance 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.
True if this member has been added to the instance as opposed to coming from the adapter or from type data.
public:
property bool IsInstance { bool get(); };
public:
property bool IsInstance { bool get(); };
public bool IsInstance { get; }
member this.IsInstance : bool
Public ReadOnly Property IsInstance As Boolean