PropertyReleaseMode Enumeration

 

Specifies the release mode for the properties in the new shared property group.

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

[SerializableAttribute]
[ComVisibleAttribute(false)]
public enum class PropertyReleaseMode

Member nameDescription
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
Return to top
Show: