Network on which the barrier set is placed.
[Visual Basic 6.0] Property Network As INetwork
[Visual Basic .NET] Public Property Network As INetwork
[C#] public INetwork Network {get; set;}
[Java] public INetwork getNetwork() throws IOException, AutomationException
[Java] public void setNetworkByRef( INetwork pNetwork ) throws IOException, AutomationException
[C++] HRESULT get_Network( INetwork** Network );
[C++] HRESULT putref_Network( INetwork* Network);
Parameters
Network [out, retval]
Network is a parameter of type INetwork
Network [in]
Network is a parameter of type INetwork