PSEventArgs.SourceIdentifier 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 identifier associated with the source of this event.
public:
property System::String ^ SourceIdentifier { System::String ^ get(); };
public:
property Platform::String ^ SourceIdentifier { Platform::String ^ get(); };
public string SourceIdentifier { get; }
member this.SourceIdentifier : string
Public ReadOnly Property SourceIdentifier As String