LogId.ServiceId 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 ServiceMoniker of the service that is emitting this log stream.
public:
property Microsoft::ServiceHub::Framework::ServiceMoniker ^ ServiceId { Microsoft::ServiceHub::Framework::ServiceMoniker ^ get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public Microsoft.ServiceHub.Framework.ServiceMoniker? ServiceId { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ServiceId : Microsoft.ServiceHub.Framework.ServiceMoniker
Public ReadOnly Property ServiceId As ServiceMoniker
Property Value
- Attributes