AtomCategoryMetadata.Label 속성
사용자 인터페이스를 표시할 사람이 인식할 수 있는 레이블을 가져오거나 설정합니다.
네임스페이스: Microsoft.Data.OData.Atom
어셈블리: Microsoft.Data.OData(Microsoft.Data.OData.dll)
구문
‘선언
Public Property Label As String
Get
Set
‘사용 방법
Dim instance As AtomCategoryMetadata
Dim value As String
value = instance.Label
instance.Label = value
public string Label { get; set; }
public:
property String^ Label {
String^ get ();
void set (String^ value);
}
member Label : string with get, set
function get Label () : String
function set Label (value : String)
속성 값
유형: System.String
사람이 인식할 수 있는 레이블입니다.