PSSnapInCommandBase.ShouldGetAll 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.
Use to indicate if all registered snapins should be listed by GetSnapins...
protected public:
property bool ShouldGetAll { bool get(); void set(bool value); };
protected public:
property bool ShouldGetAll { bool get(); void set(bool value); };
protected internal bool ShouldGetAll { get; set; }
member this.ShouldGetAll : bool with get, set
Protected Friend Property ShouldGetAll As Boolean