UnknownStatusMessage.InsertionString6 Property
Gets or sets the InsertionString6 attribute.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute]
public string InsertionString6 { get; set; }
public:
[StatusMessagePropertyAttribute]
property String^ InsertionString6 {
String^ get();
void set(String^ value);
}
<StatusMessagePropertyAttribute>
Public Property InsertionString6 As String
Property Value
Type: System.String
See Also
UnknownStatusMessage Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top