DeploymentSyncParameterCollection.Load Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Load(Stream)
public:
void Load(System::IO::Stream ^ stream);
public void Load(System.IO.Stream stream);
member this.Load : System.IO.Stream -> unit
Parameters
- stream
- Stream
Applies to
Load(String)
public:
void Load(System::String ^ fileName);
public void Load(string fileName);
member this.Load : string -> unit
Public Sub Load (fileName As String)
Parameters
- fileName
- String