This documentation is archived and is not being maintained.
PropertyReleaseMode Enumeration
.NET Framework 1.1
Specifies the release mode for the properties in the new shared property group.
[Visual Basic] <Serializable> <ComVisible(False)> Public Enum PropertyReleaseMode [C#] [Serializable] [ComVisible(false)] public enum PropertyReleaseMode [C++] [Serializable] [ComVisible(false)] __value public enum PropertyReleaseMode [JScript] public Serializable ComVisible(false) enum PropertyReleaseMode
Members
| 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.) |
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
Show: