StateDetailsContentsString Class
A raw string representation of the state details.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.StateDetailsContents
Microsoft.ConfigurationManagement.Messaging.Messages.StateDetailsContentsString
Syntax
[SerializableAttribute]
public sealed class StateDetailsContentsString : StateDetailsContents
[SerializableAttribute]
public ref class StateDetailsContentsString sealed : StateDetailsContents
<SerializableAttribute>
Public NotInheritable Class StateDetailsContentsString
Inherits StateDetailsContents
Constructors
Name | Description | |
---|---|---|
StateDetailsContentsString() | Initializes a new instance of the StateDetailsContentsString class. |
|
StateDetailsContentsString(String) | Initializes a new instance of the StateDetailsContentsString class. |
Properties
Name | Description | |
---|---|---|
DetailType | Gets the detail type. (Inherited from StateDetailsContents.) |
|
String | Gets or sets a string that is inserted into the state details. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetSchema() | This method is reserved and should not be used. When you implement the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method. If you need to specify a custom schema, apply the XmlSchemaProviderAttribute to the class. (Overrides StateDetailsContents.GetSchema().) |
|
GetType() | (Inherited from Object.) |
|
ReadXml(XmlReader) | Generates an object from its XML representation. (Overrides StateDetailsContents.ReadXml(XmlReader).) |
|
ToString() | Returns a String that represents the current Object. (Overrides StateDetailsContents.ToString().) |
|
WriteXml(XmlWriter) | Converts an object into its XML representation. (Overrides StateDetailsContents.WriteXml(XmlWriter).) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top