获取或设置源徽标的 URI。
命名空间: Microsoft.Data.OData.Atom
程序集: Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)
语法
声明
Public Property Logo As Uri
Get
Set
用法
Dim instance As AtomFeedMetadata
Dim value As Uri
value = instance.Logo
instance.Logo = value
public Uri Logo { get; set; }
public:
property Uri^ Logo {
Uri^ get ();
void set (Uri^ value);
}
member Logo : Uri with get, set
function get Logo () : Uri
function set Logo (value : Uri)
属性值
类型:System.Uri
源徽标的 URI。