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 or sets the resource file specification for retrieving the localized resources from an assembly (for example, ".home.resources").
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
[BrowsableAttribute(true)]
public string ResourcesFileSpec { get; set; }
public:
[BrowsableAttribute(true)]
property String^ ResourcesFileSpec {
String^ get();
void set(String^ value);
}
<BrowsableAttribute(True)>
Public Property ResourcesFileSpec As String
Property Value
Type: System.String
See Also
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top