ContextToken.OwnerActivityName Propiedad

Definición

Obtiene o establece el nombre de la Activity asociada con este token de contexto.

public:
 property System::String ^ OwnerActivityName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.PropertyValueProviderTypeConverter))]
public string OwnerActivityName { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.PropertyValueProviderTypeConverter))>]
member this.OwnerActivityName : string with get, set
Public Property OwnerActivityName As String

Valor de propiedad

Una cadena que representa el nombre de la actividad asociada con este token de contexto.

Atributos

Se aplica a