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 process ID that is sending the state message. The default value is the current process ID.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public int ProcessId { get; set; }
public:
property int ProcessId {
int get();
void set(int value);
}
Public Property ProcessId As Integer
Property Value
Type: System.Int32
See Also
StatusMessageFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top