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 ActivitySettingsPart
Dim value As String
value = instance.BottomPagingCssClass
instance.BottomPagingCssClass = value
|
Syntax
Visual Basic |
Public Property BottomPagingCssClass As String
|
C# |
public string BottomPagingCssClass { get; set; }
|
C++ |
public:
virtual property String^ BottomPagingCssClass {
String^ get () sealed;
void set (String^ value) sealed;
}
|
J# |
/** @property */
public final String get_BottomPagingCssClass ()
/** @property */
public final void set_BottomPagingCssClass (String value)
|
JScript |
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