共用方式為


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 命名空間