Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
Visual Basic |
---|
Dim instance As RegExExpression |
Syntax
Visual Basic |
---|
Public Enumeration RegExExpression |
C# |
---|
public enum RegExExpression |
C++ |
---|
public enum class RegExExpression |
J# |
---|
public enum RegExExpression |
JScript |
---|
public enum RegExExpression |
Members
Member name | Description |
---|---|
AlphaNumericOnly | Alphanumeric expression only. |
AlphaNumericWithSpace | Alphanumeric expression with space. |
ComputerName | Computer name. |
DeviceRegistryKey | Device registry key. |
DomainGroupName | Domain group name. |
DomainName | Domain name. |
DomainUserName | Domain user name. |
EmailAddress | E-mail address. |
FileName | File name. |
FileNameWithWildcards | File name with wildcards. |
FileVersion | File version. |
FolderName | Folder name. |
FullyQualifiedDomainName | Fully qualified domain name. |
GroupName | Group name. |
GroupUserName | Group user name. |
GUID | GUID. |
Integer | Integer. |
InvalidCommandLine | Invalid command line. |
InvalidFileType | Invalid file type. |
InvalidLocation | Invalid location. |
InvalidNumber | Invalid number. |
IPAddress | Internet Protocol (IP) address. |
IPV6Prefix | IP version 6 prefix. |
LdapPath | Lightweight directory access protocol (LDAP) path. |
LocalFilePath | Local file path. |
LocalFilePathWithSuffix | Local file path with suffix. |
LocalPath | Local path. |
MacAddress | Media access controller (MAC) address. |
MsiVersion | Windows Installer version. |
NetworkFilePath | Network file path. |
NetworkFilePathWithSuffix | Network file path with suffix. |
NetworkPath | Network path. |
OneLetter | One letter. |
PortNumber | Port number. |
ProductKey | Product key. |
RegistryKey | Registry key. |
RegistryKeyWithoutPrefix | Registry key without prefix. |
RelativePath | Relative path. |
SqlStatement | Structured Query Language (SQL) statement. |
UnsignedInteger | Unsigned integer. |
URL | Uniform resource locator (URL) for the Internet. |
UserFolderName | User folder name. |
UserName | User name. |
VariableNamedValue | Variable named value. |
VariableNames | Variable names. |
VariableNamesReadOnly | Read-only variable names. |
WorkGroupName | Work group name. |
WqlWhereClause | WMI Query Language (WQL) WHERE clause. |