次の方法で共有


AtomPersonMetadata.Uri プロパティ

ユーザーに関連付けられている IRI を取得または設定します。

名前空間:  Microsoft.Data.OData.Atom
アセンブリ:  Microsoft.Data.OData (Microsoft.Data.OData.dll)

構文

'宣言
Public Property Uri As Uri
    Get
    Set
'使用
Dim instance As AtomPersonMetadata
Dim value As Uri

value = instance.Uri

instance.Uri = value
public Uri Uri { get; set; }
public:
property Uri^ Uri {
    Uri^ get ();
    void set (Uri^ value);
}
member Uri : Uri with get, set
function get Uri () : Uri
function set Uri (value : Uri)

プロパティ値

型: System.Uri
ユーザーに関連付けられている IRI。

関連項目

参照

AtomPersonMetadata クラス

Microsoft.Data.OData.Atom 名前空間