Load Method (C1RulesManager)
In This Topic
Loads the rules definition from a
System.IO.Stream.
Syntax
'Declaration
Public Sub Load( _
ByVal As Stream _
)
public void Load(
Stream
)
Parameters
- stream
- The System.IO.Stream from which the data will be loaded.
See Also