Activity.RootId 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 the root ID of this Activity.
public:
property System::String ^ RootId { System::String ^ get(); };
public string? RootId { get; }
public string RootId { get; }
member this.RootId : string
Public ReadOnly Property RootId As String
Property Value
The root ID, or null
if the current instance has neither ParentId nor Id.
Remarks
The root ID is a substring from the Id or the ParentId) between '|' (or the beginning) and the first .
. Filtering by root ID allows you to find all activities involved in operation processing. For more information, see ID Format.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.