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
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.