Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Sub SaveToFile ( _
    fileName As String _
)
public void SaveToFile(
    string fileName
)
public:
void SaveToFile(
    String^ fileName
)
member SaveToFile : 
        fileName:string -> unit
public function SaveToFile(
    fileName : String
)
Parameters
- fileName
 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.