PeerApplication::Path Property

 

Gets or sets the path that designates where the PeerApplication executable file resides on the local file system.

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

public:
property String^ Path {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

String that represents the file path. Unless explicitly specified, the default value for this property is null.

Exception Condition
ObjectDisposedException

The PeerApplication object has been disposed.

Null or Empty values are not allowed.

.NET Framework
Available since 3.5
Return to top
Show: