ActivityCodeDomSerializationManager.GetName(Object) Method

Definition

Gets the name of the specified Object, or null if the Object has no name.

public:
 virtual System::String ^ GetName(System::Object ^ value);
public string GetName (object value);
abstract member GetName : obj -> string
override this.GetName : obj -> string
Public Function GetName (value As Object) As String

Parameters

value
Object

The Object to obtain the name for.

Returns

A String that contains the name of the Object.

Implements

Remarks

If the object is not an activity the corresponding method of the WorkflowMarkupSerializationManager is called.

If the activity has no parent, then the activity qualified ID is returned with any periods (.) replaced by underscores (_).

Applies to