DataServiceStreamLink.EditLink 속성
이진 리소스 스트림을 편집하는 데 사용되는 URI를 가져오거나 설정합니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public Property EditLink As Uri
Get
Friend Set
‘사용 방법
Dim instance As DataServiceStreamLink
Dim value As Uri
value = instance.EditLink
public Uri EditLink { get; internal set; }
public:
property Uri^ EditLink {
Uri^ get ();
internal: void set (Uri^ value);
}
member EditLink : Uri with get, internal set
function get EditLink () : Uri
internal function set EditLink (value : Uri)
속성 값
유형: System.Uri
스트림을 편집하는 데 사용되는 URI입니다.