Udostępnij za pośrednictwem


Właściwość ModelItem.ID

Pobiera identyfikator element modelu.

Przestrzeń nazw:  ReportService2005
Zestaw:  ReportService2005 (w ReportService2005.dll)

Składnia

'Deklaracja
Public Property ID As String
    Get
    Set
'Użycie
Dim instance As ModelItem
Dim value As String

value = instance.ID

instance.ID = value
public string ID { get; set; }
public:
property String^ ID {
    String^ get ();
    void set (String^ value);
}
member ID : string with get, set
function get ID () : String
function set ID (value : String)

Wartość właściwości

Typ: System.String
A ciąg wartości.

Uwagi

Ta właściwość jest pusta dla element modelu głównego.