Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the full path of the model catalog item.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Property Model As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String value that contains the full path of the model catalog item.