SecurityDescriptorCommandsBase.GetGroup(PSObject) Method
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.
Gets the Group of the provided PSObject.
public:
static System::String ^ GetGroup(System::Management::Automation::PSObject ^ instance);
public static string GetGroup (System.Management.Automation.PSObject instance);
static member GetGroup : System.Management.Automation.PSObject -> string
Public Shared Function GetGroup (instance As PSObject) As String
Parameters
- instance
- PSObject
The PSObject for which to obtain the Group.
Returns
The Group of the provided PSObject.