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