EdmTypeAttribute.Name 屬性

定義

概念結構描述中型別的名稱,它會對應至這個屬性所套用的類別 (Class)。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

屬性值

成為名稱的 String

備註

型別的名稱必須對應到概念結構描述中實體類型或複雜類型的名稱。

適用於

另請參閱