UserChangeOperationStatusResponse.UserType Property

Namespace:  Microsoft.WindowsAzure.Management.HDInsight.Contracts
Assembly:  Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := True, IsRequired := True,  _
    Order := )> _
Public Property UserType As UserType 
    Get 
    Set
'Usage
Dim instance As UserChangeOperationStatusResponse 
Dim value As UserType 

value = instance.UserType

instance.UserType = value
[DataMemberAttribute(EmitDefaultValue = true, IsRequired = true, 
    Order = )]
public UserType UserType { get; set; }
[DataMemberAttribute(EmitDefaultValue = true, IsRequired = true, 
    Order = )]
public:
property UserType UserType {
    UserType get ();
    void set (UserType value);
}
[<DataMemberAttribute(EmitDefaultValue = true, IsRequired = true, 
    Order = )>]
member UserType : UserType with get, set
function get UserType () : UserType 
function set UserType (value : UserType)

Property Value

Type: Microsoft.WindowsAzure.Management.HDInsight.Contracts.UserType

See Also

Reference

UserChangeOperationStatusResponse Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts Namespace