Share via


ShareTextRequest.Uri 속성

정의

공유할 유효한 URI를 가져오거나 설정합니다.

public:
 property System::String ^ Uri { System::String ^ get(); void set(System::String ^ value); };
public string? Uri { get; set; }
member this.Uri : string with get, set
Public Property Uri As String

속성 값

공유할 URI입니다.

설명

유효한 URI여야 합니다. 그렇지 않으면 공유할 때 예외가 throw될 수 있습니다.

적용 대상