Udostępnij za pośrednictwem


MessageFileBase.InboxName Property

 

Gets the logical name for an inbox. If the inbox is not supported by the message, this method can return null.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

protected abstract string InboxName { get; }
protected:
property String^ InboxName {
    virtual String^ get() abstract;
}
Protected MustOverride ReadOnly Property InboxName As String

Property Value

Type: System.String

See Also

MessageFileBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top