Share via


ActivitySettingsPart.BottomPagingCssClass Property

Represents the Cascading Style Sheet (CSS) that applies to BottomPaging elements of the activity UI.

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

Usage

'Usage
Dim instance As ActivitySettingsPart
Dim value As String

value = instance.BottomPagingCssClass

instance.BottomPagingCssClass = value

Syntax

'Declaration
Public Property BottomPagingCssClass As String
public string BottomPagingCssClass { get; set; }
public:
virtual property String^ BottomPagingCssClass {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_BottomPagingCssClass ()

/** @property */
public final void set_BottomPagingCssClass (String value)
public final function get BottomPagingCssClass () : String

public final function set BottomPagingCssClass (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

ActivitySettingsPart Class
ActivitySettingsPart Members
Microsoft.IdentityManagement.WebUI.Controls Namespace