Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As DcmRuleSet(Of T)

Syntax

Visual Basic
<SerializableAttribute> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")> _
Public NotInheritable Class DcmRuleSet(Of T As Rule)
		Inherits AppMgmtCollection(Of T)
		Implements ICustomXmlSerializationHandler
C#
[SerializableAttribute] 
[SuppressMessageAttribute("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")] 
public sealed class DcmRuleSet<T> : AppMgmtCollection<T>, ICustomXmlSerializationHandler where T : Rule
C++
[SerializableAttribute] 
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1710:IdentifiersShouldHaveCorrectSuffix")] 
generic<typename T> where T : Rule
public ref class DcmRuleSet sealed : public AppMgmtCollection<T>, ICustomXmlSerializationHandler
J#

JScript

Inheritance Hierarchy

System.Object
   Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
     Microsoft.ConfigurationManagement.ApplicationManagement.AppMgmtCollection
      Microsoft.ConfigurationManagement.ApplicationManagement.DcmRuleSet

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also