Share via


IStyleSheetProvider.SummaryCustomBodyCssClass Property

This API is currently not supported.

Namespace: Microsoft.IdentityManagement.WebUI.Controls
Assembly: Microsoft.IdentityManagement.WFExtensionInterfaces (in microsoft.identitymanagement.wfextensioninterfaces.dll)

Usage

'Usage
Dim instance As IStyleSheetProvider
Dim value As String

value = instance.SummaryCustomBodyCssClass

instance.SummaryCustomBodyCssClass = value

Syntax

'Declaration
Property SummaryCustomBodyCssClass As String
string SummaryCustomBodyCssClass { get; set; }
property String^ SummaryCustomBodyCssClass {
    String^ get ();
    void set (String^ value);
}
/** @property */
String get_SummaryCustomBodyCssClass ()

/** @property */
void set_SummaryCustomBodyCssClass (String value)
function get SummaryCustomBodyCssClass () : String

function set SummaryCustomBodyCssClass (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

Reference

IStyleSheetProvider Interface
IStyleSheetProvider Members
Microsoft.IdentityManagement.WebUI.Controls Namespace