WebAdminViewStringResources Property |
Gets the resources that holds the strings to substitute into the view.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Type StringResources { get; }
Public ReadOnly Property StringResources As Type
Get
public:
property Type^ StringResources {
Type^ get ();
}
member StringResources : Type with get
Property Value
Type:
TypeSee Also