링크 관계 형식을 가져오거나 설정합니다.
네임스페이스: Microsoft.Data.OData.Atom
어셈블리: Microsoft.Data.OData(Microsoft.Data.OData.dll)
구문
‘선언
Public Property Relation As String
Get
Set
‘사용 방법
Dim instance As AtomLinkMetadata
Dim value As String
value = instance.Relation
instance.Relation = value
public string Relation { get; set; }
public:
property String^ Relation {
String^ get ();
void set (String^ value);
}
member Relation : string with get, set
function get Relation () : String
function set Relation (value : String)
속성 값
유형: System.String
링크의 관계 형식입니다.