Feed.SourceUrl 属性

定义

获取或设置原始项的 URL。

public:
 property System::String ^ SourceUrl { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string SourceUrl { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SourceUrl : string with get, set
Public Property SourceUrl As String

属性值

String

原始项的 URL。

属性

适用于