PeerApplication.Path 属性

定义

获取或设置一个路径,该路径指定 PeerApplication 可执行文件在本地文件系统中的位置。Gets or sets the path that designates where the PeerApplication executable file resides on the local file system.

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

属性值

String

一个表示文件路径的 StringString that represents the file path. 除非显式指定,否则此属性的默认值为 nullUnless explicitly specified, the default value for this property is null.

例外

PeerApplication 对象已释放。The PeerApplication object has been disposed.

注解

NullEmpty不允许使用或值。Null or Empty values are not allowed.

适用于

另请参阅