IPublishFile2.TargetPath 属性

定义

获取或设置文件的目标名称。

public:
 property System::String ^ TargetPath { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ TargetPath { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(11)]
public string TargetPath { get; set; }
[<System.Runtime.InteropServices.DispId(11)>]
member this.TargetPath : string with get, set
Public Property TargetPath As String

属性值

String

文件的目标名称。

实现

属性

适用于