LinkLauncher.ResourcesFileSpec Property

 

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

A System.String.

See Also

LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top