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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.