ModelCatalogItem.Model Propiedad
Gets the full path of the model catalog item.
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
Public Property Model As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
A String value that contains the full path of the model catalog item.