Propriété Model
Gets the full path to the model catalog item.
Espace de noms : ReportService2005
Assembly : ReportService2005 (en ReportService2005.dll)
Syntaxe
'Déclaration
Public Property Model As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
A String value.