Indicates a System.Collections.Generic.List object that represents MustNotMatchPattern objects. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As TextValidationRuleReferenceType
Dim value As List(Of MustNotMatchPattern)

value = instance.MustNotMatchPatterns

instance.MustNotMatchPatterns = value

Syntax

Visual Basic
<XmlArrayItemAttribute("MustNotMatch", IsNullable:=False)> _
Public MustNotMatchPatterns As List(Of MustNotMatchPattern)
C#
[XmlArrayItemAttribute("MustNotMatch", IsNullable=false)] 
public List<MustNotMatchPattern> MustNotMatchPatterns
C++
[XmlArrayItemAttribute(L"MustNotMatch", IsNullable=false)] 
public:
List<MustNotMatchPattern^>^ MustNotMatchPatterns
J#
/** @attribute XmlArrayItemAttribute("MustNotMatch", IsNullable=false) */ 
public List<MustNotMatchPattern> MustNotMatchPatterns
JScript
XmlArrayItemAttribute("MustNotMatch", IsNullable=false) 
public var MustNotMatchPatterns : List<MustNotMatchPattern>

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also