ActivityCreationOptions<T>.Name Propriedade
Definição
Obtém o nome a ser usado como OperationName da atividade que será criada.Gets the name to use as OperationName of the activity that will get created.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
Valor da propriedade
Uma cadeia de caracteres que representa o nome da atividade.A string representing the activity name.