SoftDistProgramShouldNeverRun.DummyString3 Property

 

Gets or sets DummyString3.

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

Syntax

[StatusMessagePropertyAttribute]
public string DummyString3 { get; set; }
public:
[StatusMessagePropertyAttribute]
property String^ DummyString3 {
    String^ get();
    void set(String^ value);
}
<StatusMessagePropertyAttribute>
Public Property DummyString3 As String

Property Value

Type: System.String

See Also

SoftDistProgramShouldNeverRun Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top