Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates a System.Collections.Generic.List object that represents MustMatchPattern objects.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As TextValidationRuleReferenceType
Dim value As List(Of MustMatchPattern)
value = instance.MustMatchPatterns
instance.MustMatchPatterns = value
Syntax
'Declaration
<XmlArrayItemAttribute("MustMatch", IsNullable:=False)> _
Public MustMatchPatterns As List(Of MustMatchPattern)
[XmlArrayItemAttribute("MustMatch", IsNullable=false)]
public List<MustMatchPattern> MustMatchPatterns
[XmlArrayItemAttribute(L"MustMatch", IsNullable=false)]
public:
List<MustMatchPattern^>^ MustMatchPatterns
/** @attribute XmlArrayItemAttribute("MustMatch", IsNullable=false) */
public List<MustMatchPattern> MustMatchPatterns
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
Reference
TextValidationRuleReferenceType Class
TextValidationRuleReferenceType Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
MustMatchPattern Class