The symbolic name for the local group.
Namespace:
FileNet.Api.Security
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property GroupName As String |
| C# |
|---|
string GroupName { get; set; } |
| Visual C++ |
|---|
property String^ GroupName { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_groupName(); function set_groupName(value); |