DataLoaderFile.SupportsInbox Property
If true, writing to the inbox is supported for the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected override bool SupportsInbox { get; }
protected:
property bool SupportsInbox {
virtual bool get() override;
}
Protected Overrides ReadOnly Property SupportsInbox As Boolean
Property Value
Type: System.Boolean
See Also
DataLoaderFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top