Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the ProcessID for the message. The default value is the ID for the current process.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute]
public int ProcessId { get; set; }
public:
[StatusMessagePropertyAttribute]
property int ProcessId {
int get();
void set(int value);
}
<StatusMessagePropertyAttribute>
Public Property ProcessId As Integer
Property Value
Type: System.Int32
See Also
CcmEvent Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top