Share via


ActivitySettingsPart.ActivityName Property

Represents the activity name.

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

instance.ActivityName = value

Syntax

'Declaration
Public Property ActivityName As String
public string ActivityName { get; set; }
public:
property String^ ActivityName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ActivityName ()

/** @property */
public void set_ActivityName (String value)
public function get ActivityName () : String

public function set ActivityName (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
Title