다음을 통해 공유


AtomGeneratorMetadata.Uri 속성

콘텐츠 생성기를 설명하는 URI(선택 사항)를 가져오거나 설정합니다.

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

구문

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

value = instance.Uri

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

속성 값

유형: System.Uri
콘텐츠 생성기를 설명하는 URI(선택 사항)입니다.

참고 항목

참조

AtomGeneratorMetadata 클래스

Microsoft.Data.OData.Atom 네임스페이스