IServicingResourceProvider.GetServicingResource Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetServicingResource ( _
resourceName As String _
) As Stream
Stream GetServicingResource(
string resourceName
)
Stream^ GetServicingResource(
String^ resourceName
)
abstract GetServicingResource :
resourceName:string -> Stream
function GetServicingResource(
resourceName : String
) : Stream
Parameters
- resourceName
Type: System.String
Return Value
Type: System.IO.Stream
Returns Stream.
.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.