GetPSEventSubscriberCommand.SourceIdentifier Property
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in microsoft.powershell.commands.utility.dll)
Usage
Syntax
'Declaration
<ParameterAttribute(Position:=0, ValueFromPipelineByPropertyName:=True)> _
Public Property SourceIdentifier As String
[ParameterAttribute(Position=0, ValueFromPipelineByPropertyName=true)]
public string SourceIdentifier { get; set; }
[ParameterAttribute(Position=0, ValueFromPipelineByPropertyName=true)]
public:
property String^ SourceIdentifier {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_SourceIdentifier ()
/** @property */
public void set_SourceIdentifier (String value)
public function get SourceIdentifier () : String
public function set SourceIdentifier (value : String)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP
See Also
Reference
GetPSEventSubscriberCommand Class
GetPSEventSubscriberCommand Members
Microsoft.PowerShell.Commands Namespace