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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.