TfsConnectionWebServiceCallEventArgs.ComponentName Property
The name of the component invoking the web method, if available.
If unavailable, the empty string is returned.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ComponentName As String
public string ComponentName { get; }
public:
property String^ ComponentName {
String^ get ();
}
member ComponentName : string with get
function get ComponentName () : String
Property Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.