Udostępnij za pośrednictwem


Właściwość ModelCatalogItem.Model

Pobiera pełną ścieżka element wykazu modelu.

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

Składnia

'Deklaracja
Public Property Model As String
    Get
    Set
'Użycie
Dim instance As ModelCatalogItem
Dim value As String

value = instance.Model

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

Wartość właściwości

Typ: System.String
A ciąg wartość, która zawiera pełną ścieżka element wykazu modelu.