CcmInventoryAgentMessage.DefaultTimeout Property
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