ListApplicationGroupsCompletedEventArgs.Result Property
Namespace: Microsoft.TeamFoundation.Proxy.Security
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public ReadOnly Property Result As Identity()
Get
public Identity[] Result { get; }
public:
property array<Identity^>^ Result {
array<Identity^>^ get ();
}
member Result : Identity[]
function get Result () : Identity[]
Property Value
Type: array<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.