ユーザー インターフェイスで表示する、ユーザーが判読できるラベルを取得または設定します。
名前空間: 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
ユーザーが判読できるラベル。