Process2.TransportQualifier 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.
A computer name or an IP address.
public:
property System::String ^ TransportQualifier { System::String ^ get(); };
public:
property Platform::String ^ TransportQualifier { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1102)]
public string TransportQualifier { [System.Runtime.InteropServices.DispId(1102)] get; }
[<System.Runtime.InteropServices.DispId(1102)>]
[<get: System.Runtime.InteropServices.DispId(1102)>]
member this.TransportQualifier : string
Public ReadOnly Property TransportQualifier As String
Property Value
A string containing a transport qualifier.
- Attributes