[This is preliminary documentation and is subject to change.]
Returns the group name of the current group where the user is logged in.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public string GroupName { get; set; } |
Visual Basic (Declaration) |
---|
Public Property GroupName As String |
Visual C++ |
---|
public: property String^ GroupName { String^ get (); void set (String^ value); } |