Attachment.ContentLocation 属性

定义

获取或设置附件的内容位置。 ContentLocation 可用于将附件与定义附件在 Web 上的位置的 URL 相关联。

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

属性值

附件的位置。

适用于