System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / Message Class / ConnectorType Property



In This Topic
    ConnectorType Property (Message)
    In This Topic
    Gets or sets a value that indicates that some message properties typically set by Message Queuing were set by the sending application.
    Syntax
    'Declaration
     
    
    Public Property ConnectorType As Guid
    'Usage
     
    
    Dim instance As Message
    Dim value As Guid
     
    instance.ConnectorType = value
     
    value = instance.ConnectorType
    public Guid ConnectorType {get; set;}
    public:
    property Guid ConnectorType {
       Guid get();
       void set (    Guid value);
    }

    Property Value

    A System.Guid defined by the application and used in conjunction with connector applications or message encryption. This System.Guid allows a receiving application to interpret message properties that were set by the sending application but that are usually set by Message Queuing.
    Exceptions
    ExceptionDescription
    The message queue is filtered to ignore the ConnectorType property.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also