IActivitySettingsPart.Title Property
Gets the title of the activity.
Namespace: Microsoft.IdentityManagement.WebUI.Controls
Assembly: Microsoft.IdentityManagement.WFExtensionInterfaces (in microsoft.identitymanagement.wfextensioninterfaces.dll)
Usage
'Usage
Dim instance As IActivitySettingsPart
Dim value As String
value = instance.Title
Syntax
'Declaration
ReadOnly Property Title As String
string Title { get; }
property String^ Title {
String^ get ();
}
/** @property */
String get_Title ()
function get Title () : String
Property Value
Returns String.
Remarks
This property is used to set the title bar of the rendered activity in the Workflow Designer.
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
IActivitySettingsPart Interface
IActivitySettingsPart Members
Microsoft.IdentityManagement.WebUI.Controls Namespace
IActivitySettingsPart.Title Property