StringElement Class
Contains a unique string that belongs to an array that forms a property on a class in the WMI provider for IIS.
Syntax
class StringElement : CollectionElement
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the StringElement
class.
Name | Description |
---|---|
Value |
A required unique read/write string value that belongs to an array of similar strings that forms a property on an IIS WMI provider class. The relevant classes and properties are listed later in the Remarks section. The key property. |
Subclasses
This class contains no subclasses.
Remarks
The following table lists classes in the IIS WMI provider that have properties that are implemented as arrays of StringElement
instances.
Class | Property | Description |
---|---|---|
AuthenticationProviderSettings | Providers |
An array of security support providers that are used for Integrated Windows authentication. |
FileSettings | Files |
A read/write array of string values that contain the names of the files that the Web server returns to clients by default. |
TraceUrlSettings | HttpTracing |
An array of elements that configure tracing for specific types of requests. |
Inheritance Hierarchy
StringElement
Requirements
Type | Description |
---|---|
Client | - IIS 7.0 on Windows Vista - IIS 7.5 on Windows 7 - IIS 8.0 on Windows 8 - IIS 10.0 on Windows 10 |
Server | - IIS 7.0 on Windows Server 2008 - IIS 7.5 on Windows Server 2008 R2 - IIS 8.0 on Windows Server 2012 - IIS 8.5 on Windows Server 2012 R2 - IIS 10.0 on Windows Server 2016 |
Product | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 |
MOF file | WebAdministration.mof |
See Also
AuthenticationProviderSettings Class
CollectionElement Class
DefaultDocumentSection Class
FileSettings Class
HttpTracingSection Class
TraceUrlSettings Class
WindowsAuthenticationSection Class