SharedWorkspaceLink.URL 属性

定义

返回或设置共享工作区中保存的链接 (URL) 统一资源定位符。

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

属性值

注解

使用 SharedWorkspaceLink 对象的 URL 属性检索保存在共享工作区链接中的 Web 地址。 使用可选的 DescriptionNotes 属性检索有关链接的其他信息。

URL 属性返回 URL 编码的字符串。 例如,文件夹名称中的空格用 %20 表示。 使用简单函数将此转义字符替换为空格。

适用于