Class OverwriteResourceModel
The model containing the overwrite resource data
Inheritance
System.Object
OverwriteResourceModel
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class OverwriteResourceModel
Constructors
OverwriteResourceModel()
Declaration
public OverwriteResourceModel()
Properties
Uri
Gets or sets the unique resource identifier (URI)
Declaration
public string Uri { get; set; }
Property Value
System.String
|