[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get the groups SIDs that the current logged on user belong to. If fails, return null.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
string[] 
GetCurrentLoggedOnUserGroupsSid()
Public 
Shared 
Function 
GetCurrentLoggedOnUserGroupsSid 
As 
String()
public:
static 
array<
String^>^ 
GetCurrentLoggedOnUserGroupsSid()

Return Value

Collection of strings

See Also