ActivitySettingsPart.Title Property

Gets and sets the activity title. The title of the activity will be displayed in the Workflow Designer.

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.Title

Syntax

'Declaration
Public MustOverride ReadOnly Property Title As String
public abstract string Title { get; }
public:
virtual property String^ Title {
    String^ get () abstract;
}
/** @property */
public abstract String get_Title ()
public abstract function get Title () : 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