Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default timeout for the message to complete.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public TimeSpan DefaultTimeout { get; set; }
public:
property TimeSpan DefaultTimeout {
TimeSpan get();
void set(TimeSpan value);
}
Public Property DefaultTimeout As TimeSpan
Property Value
Type: System.TimeSpan
See Also
CcmInventoryAgentMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top