ReadIdentityCompletedEventArgs.Result Property
Namespace: Microsoft.TeamFoundation.Proxy.Security
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Декларация
Public ReadOnly Property Result As Identity
Get
public Identity Result { get; }
public:
property Identity^ Result {
Identity^ get ();
}
member Result : Identity
function get Result () : Identity
Property Value
Type: Microsoft.TeamFoundation.Server.Identity
.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.