StrongBoxWebService.StrongBoxService Property
Gets the StrongBoxService.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public ReadOnly Property StrongBoxService As TeamFoundationStrongBoxService
public TeamFoundationStrongBoxService StrongBoxService { get; }
public:
property TeamFoundationStrongBoxService^ StrongBoxService {
TeamFoundationStrongBoxService^ get ();
}
member StrongBoxService : TeamFoundationStrongBoxService with get
function get StrongBoxService () : TeamFoundationStrongBoxService
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationStrongBoxService
.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.