PropertyReleaseMode Enum

Definition

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

C#
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum PropertyReleaseMode
Inheritance
PropertyReleaseMode
Attributes

Fields

Name Value Description
Standard 0

When all clients have released their references on the property group, the property group is automatically destroyed. This is the default COM mode.

Process 1

The property group is not destroyed until the process in which it was created has terminated.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1