ActivitySource.Name Propriedade
Definição
Retorna o nome da fonte de atividades.Returns the activity source name.
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 origem da atividade.A string that represents the activity source name.