BindingAddress.UnixPipePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the unix pipe path if this instance represents a Unix pipe.
public:
property System::String ^ UnixPipePath { System::String ^ get(); };
public string UnixPipePath { get; }
member this.UnixPipePath : string
Public ReadOnly Property UnixPipePath As String