Share via


InterfaceHelper.StringInterface Property

 

Gets the currently configured IMiscStrings object.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

public static IMiscStrings StringInterface { get; }
public:
property IMiscStrings^ StringInterface {
    static IMiscStrings^ get();
}
Public Shared ReadOnly Property StringInterface As IMiscStrings

Property Value

Type: Microsoft.WindowsServerSolutions.Common.IMiscStrings

Returns IMiscStrings.

Remarks

Returns null if not configured.

See Also

InterfaceHelper Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top