ListLocalizedActionNamesCompletedEventArgs.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 array<String^>^ Result {
array<String^>^ get ();
}
member Result : string[]
function get Result () : String[]
Property Value
Type: array<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.