Amqp.Framing.Properties.GetCorrelationId C# (CSharp) Method

GetCorrelationId() public method

Gets the correlation identifier.
public GetCorrelationId ( ) : object
return object
        public object GetCorrelationId()
        {
            return ValidateIdentifier(this.Fields[5]);
        }