다음을 통해 공유


ODataAssociationLink.Url 속성

링크의 URL(Unified Resource Locator) 나타내는 URI를 가져오거나 설정합니다.

네임스페이스:  Microsoft.Data.OData
어셈블리:  Microsoft.Data.OData(Microsoft.Data.OData.dll)

구문

‘선언
Public Property Url As Uri
    Get
    Set
‘사용 방법
Dim instance As ODataAssociationLink
Dim value As Uri

value = instance.Url

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

속성 값

유형: System.Uri
링크의 URL(Unified Resource Locator) 나타내는 URI입니다.

참고 항목

참조

ODataAssociationLink 클래스

Microsoft.Data.OData 네임스페이스