AtomCategoriesMetadata.Href 속성
범주 문서의 URI를 가져오거나 설정합니다.
네임스페이스: Microsoft.Data.OData.Atom
어셈블리: Microsoft.Data.OData(Microsoft.Data.OData.dll)
구문
‘선언
Public Property Href As Uri
Get
Set
‘사용 방법
Dim instance As AtomCategoriesMetadata
Dim value As Uri
value = instance.Href
instance.Href = value
public Uri Href { get; set; }
public:
property Uri^ Href {
Uri^ get ();
void set (Uri^ value);
}
member Href : Uri with get, set
function get Href () : Uri
function set Href (value : Uri)
속성 값
유형: System.Uri
범주 문서의 URI입니다.
주의
이 속성이 null이 아닌 경우 속성 Fixed 및 Fixed는 둘 다 null이고 Fixed는 null이거나 빈 컬렉션이어야 합니다.