Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets or sets the component name. This property is required.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessageQualifierAttribute("SMS_Component", true)]
public string ComponentName { get; set; }
public:
[StatusMessageQualifierAttribute("SMS_Component", true)]
property String^ ComponentName {
String^ get();
void set(String^ value);
}
<StatusMessageQualifierAttribute("SMS_Component", True)>
Public Property ComponentName As String
Property Value
Type: System.String
See Also
UnknownStatusMessage Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top