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