NamespaceDescription.ProjectKey Property
Gets or sets the project key associated with the namespace.
Namespace: Microsoft.ServiceBus.Management
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
'Declaration
Public Property ProjectKey As String
Get
Set
'Usage
Dim instance As NamespaceDescription
Dim value As String
value = instance.ProjectKey
instance.ProjectKey = value
public string ProjectKey { get; set; }
public:
property String^ ProjectKey {
String^ get ();
void set (String^ value);
}
member ProjectKey : string with get, set
function get ProjectKey () : String
function set ProjectKey (value : String)
Property Value
Type: System.String
The project key associated with the namespace.