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 ThreadID for the message. The default value is the thread ID for the current process.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute]
public int ThreadId { get; set; }
public:
[StatusMessagePropertyAttribute]
property int ThreadId {
int get();
void set(int value);
}
<StatusMessagePropertyAttribute>
Public Property ThreadId As Integer
Property Value
Type: System.Int32
See Also
CcmEvent Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top