GraphObject.IsPseudo 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.
Get whether this object is Pseudo. It looks for the GraphProperties.IsPseudo
public:
virtual property bool IsPseudo { bool get(); void set(bool value); };
public virtual bool IsPseudo { get; set; }
member this.IsPseudo : bool with get, set
Public Overridable Property IsPseudo As Boolean