LogData.ActivityId 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 audit log assigned activity ID.
public:
property Microsoft::Uii::Common::Entities::ActivityId ActivityId { Microsoft::Uii::Common::Entities::ActivityId get(); void set(Microsoft::Uii::Common::Entities::ActivityId value); };
public Microsoft.Uii.Common.Entities.ActivityId ActivityId { get; set; }
member this.ActivityId : Microsoft.Uii.Common.Entities.ActivityId with get, set
Public Property ActivityId As ActivityId