StateDetailsContentsString.String Property

 

Gets or sets a string that is inserted into the state details.

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

Syntax

public string String { get; set; }
public:
property String^ String {
    String^ get();
    void set(String^ value);
}
Public Property String As String

Property Value

Type: System.String

See Also

StateDetailsContentsString Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top