SessionReceiver.Path Property

Gets the full path name of the file.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Path As String
    Get
'Usage
Dim instance As SessionReceiver
Dim value As String

value = instance.Path
public override string Path { get; }
public:
virtual property String^ Path {
    String^ get () override;
}
abstract Path : string
override Path : string
override function get Path () : String

Property Value

Type: System.String
A string.

See Also

Reference

SessionReceiver Class

Microsoft.ServiceBus.Messaging Namespace