PublishObject.Filename 属性

定义

返回或设置保存指定源对象位置的 URL(Intranet 或网站上)或路径(本地或网络)。

public:
 property System::String ^ Filename { System::String ^ get(); void set(System::String ^ value); };
public string Filename { get; set; }
Public Property Filename As String

属性值

注解

如果指定路径中的文件夹不存在, Filename 属性将生成错误。

适用于