This API is currently not supported.
Namespace: Microsoft.IdentityManagement.WebUI.Controls
Assembly: Microsoft.IdentityManagement.WFExtensionInterfaces
(in microsoft.identitymanagement.wfextensioninterfaces.dll)
Usage
Syntax
Visual Basic |
Public Overridable ReadOnly Property CancelScript As String
|
C# |
public virtual string CancelScript { get; }
|
C++ |
public:
virtual property String^ CancelScript {
String^ get ();
}
|
J# |
/** @property */
public String get_CancelScript ()
|
JScript |
public function get CancelScript () : 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