NamespaceDescription.ScaleUnitKey Property

Gets or sets the scale unit key associated with this instance.

Namespace:  Microsoft.ServiceBus.Management
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
Public Property ScaleUnitKey As String
    Get
    Set
'Usage
Dim instance As NamespaceDescription
Dim value As String

value = instance.ScaleUnitKey

instance.ScaleUnitKey = value
public string ScaleUnitKey { get; set; }
public:
property String^ ScaleUnitKey {
    String^ get ();
    void set (String^ value);
}
member ScaleUnitKey : string with get, set
function get ScaleUnitKey () : String
function set ScaleUnitKey (value : String)

Property Value

Type: System.String
The scale unit key associated with this instance.

See Also

Reference

NamespaceDescription Class

Microsoft.ServiceBus.Management Namespace