Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the full path to the model catalog item.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.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.