Gets the space proxy associated with the specified name.

C# | Visual Basic | Visual C++ | J# |
public ISpaceProxy GetSpaceProxy( string name )
Public Function GetSpaceProxy ( _ name As String _ ) As ISpaceProxy
public: ISpaceProxy^ GetSpaceProxy( String^ name )
public ISpaceProxy GetSpaceProxy( String name )

- name (String)
- Space proxy name.

Space proxy associated with the specified name.