StatusMessageFile.ProcessId Property
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