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

Usage

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

value = instance.MustMatchPatterns

instance.MustMatchPatterns = value

Syntax

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also