PropertyReleaseMode Enumeration
.NET Framework (current version)
Specifies the release mode for the properties in the new shared property group.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Member name | Description | |
|---|---|---|
| Process | The property group is not destroyed until the process in which it was created has terminated. | |
| Standard | When all clients have released their references on the property group, the property group is automatically destroyed. This is the default COM mode. |
.NET Framework
Available since 1.1
Available since 1.1
Show: