Поделиться через


Свойство ModelCatalogItem.Model

Gets the full path of the model catalog item.

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property Model As String 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.String
A String value that contains the full path of the model catalog item.

См. также

Справочник

ModelCatalogItem Класс

Пространство имен ReportService2010