次の方法で共有


LinkInfo.AssociationLink プロパティ

名前空間:  System.Data.Services.Client
アセンブリ:  Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)

構文

'宣言
Public Property AssociationLink As Uri
    Get
    Friend Set
'使用
Dim instance As LinkInfo
Dim value As Uri

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

プロパティ値

型: System.Uri

関連項目

参照

LinkInfo クラス

System.Data.Services.Client 名前空間