Sdílet prostřednictvím


DataMappedObjectTypeAttribute.ClassId – vlastnost

Získá nebo nastaví atribut ID třídy.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
Public Property ClassId As String
public string ClassId { get; set; }
public:
property String^ ClassId {
    String^ get ();
    void set (String^ value);
}
member ClassId : string with get, set
function get ClassId () : String
function set ClassId (value : String)

Hodnota vlastnosti

Typ: System.String
Tento atribut ID třídy.

Poznámky

ID třídy slouží k oddělení implementace z definice typu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataMappedObjectTypeAttribute Třída

Microsoft.VisualStudio.Data.Services – obor názvů