[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Logical name for inbox. If inbox is not supported by the message, this can return null

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
abstract 
string 
InboxName { 
get; }
Protected 
MustOverride 
ReadOnly 
Property 
InboxName 
As 
String
	
Get
protected:
virtual 
property 
String^ 
InboxName {
	
String^ 
get () 
abstract;
}

See Also