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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.