Gets the space proxy associated with the specified name.
Declaration Syntax
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 )
Parameters
- name (String)
- Space proxy name.
Return Value
Space proxy associated with the specified name.