IVsWCFMetadataStorage.SetNamespace(String) 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.
Sets the namespace for a Windows Communication Foundation (WCF) metadata storage.
public:
void SetNamespace(System::String ^ pszNamespace);
public:
void SetNamespace(Platform::String ^ pszNamespace);
void SetNamespace(std::wstring const & pszNamespace);
public void SetNamespace (string pszNamespace);
abstract member SetNamespace : string -> unit
Public Sub SetNamespace (pszNamespace As String)
Parameters
- pszNamespace
- String
The name to use for the namespace.