UserChangeRequest.Operation 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 Operation As UserChangeOperationType
Get
Set
'Usage
Dim instance As UserChangeRequest
Dim value As UserChangeOperationType
value = instance.Operation
instance.Operation = value
[DataMemberAttribute(EmitDefaultValue = true, IsRequired = true,
Order = )]
public UserChangeOperationType Operation { get; set; }
[DataMemberAttribute(EmitDefaultValue = true, IsRequired = true,
Order = )]
public:
property UserChangeOperationType Operation {
UserChangeOperationType get ();
void set (UserChangeOperationType value);
}
[<DataMemberAttribute(EmitDefaultValue = true, IsRequired = true,
Order = )>]
member Operation : UserChangeOperationType with get, set
function get Operation () : UserChangeOperationType
function set Operation (value : UserChangeOperationType)
Property Value
Type: Microsoft.WindowsAzure.Management.HDInsight.Contracts.UserChangeOperationType
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts Namespace