This API is currently not supported.
Namespace: Microsoft.IdentityManagement.WebUI.Controls
Assembly: Microsoft.IdentityManagement.WFExtensionInterfaces
(in microsoft.identitymanagement.wfextensioninterfaces.dll)
Usage
Visual Basic |
Dim instance As IStyleSheetProvider
Dim value As String
value = instance.FontTwoTierLabelCssClass
instance.FontTwoTierLabelCssClass = value
|
Syntax
Visual Basic |
Property FontTwoTierLabelCssClass As String
|
C# |
string FontTwoTierLabelCssClass { get; set; }
|
C++ |
property String^ FontTwoTierLabelCssClass {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
String get_FontTwoTierLabelCssClass ()
/** @property */
void set_FontTwoTierLabelCssClass (String value)
|
JScript |
function get FontTwoTierLabelCssClass () : String
function set FontTwoTierLabelCssClass (value : String)
|
Property Value
Returns
String.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Target Platforms
Windows 2008 x64 Edition
See Also