Table of Contents

Class UserValidationResult

Namespace
Microsoft.ServiceBus.Management
Assembly
Microsoft.ServiceBus.dll

Represents the result associated with user validation.

[DataContract(Name = "UserValidationResult", Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class UserValidationResult
Inheritance
UserValidationResult
Inherited Members

Constructors

UserValidationResult()

public UserValidationResult()

Properties

Reason

Gets or sets the reason for user validation.

public string Reason { get; set; }

Property Value

string

the reason for user validation.

Result

Gets or sets the result of the validation.

[DataMember(Name = "Result")]
public bool Result { get; set; }

Property Value

bool

The result of the validation.