IVsWCFMetadataStorage.SetNamespace(String) Method

Definition

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.

Applies to