IssuerName Property

Gets or sets the issuer name.

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

Syntax

'Declaration
Public Property IssuerName As String
    Get
    Set
'Usage
Dim instance As SharedSecretCredential
Dim value As String

value = instance.IssuerName

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

Property Value

Type: System. . :: . .String
The issuer name.

See Also

Reference

SharedSecretCredential Class

Microsoft.ServiceBus.Description Namespace