[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Raw string representation of State details

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
StateDetailsContentsString : 

StateDetailsContents
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
StateDetailsContentsString _
	
Inherits 

StateDetailsContents
[
SerializableAttribute]
public 
ref class 
StateDetailsContentsString 
sealed : 
public 

StateDetailsContents

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
StateDetailsContentsString () () () ()
Initializes a new instance of the StateDetailsContentsStringclass.
StateDetailsContentsString(String)
Initializes a new instance of the StateDetailsContentsStringclass.
DetailType
Gets the detail type
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetSchema () () () ()
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttributeto the class.
(Overrides StateDetailsContents . . :: . . GetSchema () () () () .)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ReadXml(XmlReader)
Generates an object from its XML representation.
(Overrides StateDetailsContents . . :: . . ReadXml(XmlReader).)
String
String that's insertted into the state details
ToString () () () ()
Returns a Stringthat represents the current Object.
(Overrides StateDetailsContents . . :: . . ToString () () () () .)
WriteXml(XmlWriter)
Converts an object into its XML representation.
(Overrides StateDetailsContents . . :: . . WriteXml(XmlWriter).)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . StateDetailsContents
     Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . StateDetailsContentsString

See Also