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