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 MustNotMatchPattern objects.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As TextValidationRuleType
Dim value As List(Of MustNotMatchPattern)
value = instance.MustNotMatchPatterns
instance.MustNotMatchPatterns = value
Syntax
'Declaration
<XmlArrayItemAttribute("MustNotMatch", IsNullable:=False)> _
Public MustNotMatchPatterns As List(Of MustNotMatchPattern)
[XmlArrayItemAttribute("MustNotMatch", IsNullable=false)]
public List<MustNotMatchPattern> MustNotMatchPatterns
[XmlArrayItemAttribute(L"MustNotMatch", IsNullable=false)]
public:
List<MustNotMatchPattern^>^ MustNotMatchPatterns
/** @attribute XmlArrayItemAttribute("MustNotMatch", IsNullable=false) */
public List<MustNotMatchPattern> MustNotMatchPatterns
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
Reference
TextValidationRuleType Class
TextValidationRuleType Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
MustNotMatchPattern Class