UserChangeOperationStatusResponse.OperationType 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 OperationType As UserChangeOperationType 
    Get 
    Set
'Usage
Dim instance As UserChangeOperationStatusResponse 
Dim value As UserChangeOperationType 

value = instance.OperationType

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

Property Value

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

See Also

Reference

UserChangeOperationStatusResponse Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts Namespace