ActivityListener.SampleUsingParentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the callback that is used to decide if creating Activity objects with a specific data state is allowed.
public:
property System::Diagnostics::SampleActivity<System::String ^> ^ SampleUsingParentId { System::Diagnostics::SampleActivity<System::String ^> ^ get(); void set(System::Diagnostics::SampleActivity<System::String ^> ^ value); };
public System.Diagnostics.SampleActivity<string>? SampleUsingParentId { get; set; }
member this.SampleUsingParentId : System.Diagnostics.SampleActivity<string> with get, set
Public Property SampleUsingParentId As SampleActivity(Of String)
Property Value
A sample activity instance.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.