NamedPermissionSet::Name Property
.NET Framework (current version)
Gets or sets the name of the current named permission set.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ArgumentException | The name is null or is an empty string (""). |
Code groups refer to permission sets by name.
The following code example shows the use of the Name property to display the name of a NamedPermissionSet. This code example is part of a larger example provided for the NamedPermissionSet class.
.NET Framework
Available since 1.1
Available since 1.1
Show: