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.