ComponentSettings.Oozie Property
Namespace: Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013
Assembly: Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(Order := , EmitDefaultValue := False)> _
Public Property Oozie As Oozie
Get
Set
'Usage
Dim instance As ComponentSettings
Dim value As Oozie
value = instance.Oozie
instance.Oozie = value
[DataMemberAttribute(Order = , EmitDefaultValue = false)]
public Oozie Oozie { get; set; }
[DataMemberAttribute(Order = , EmitDefaultValue = false)]
public:
property Oozie^ Oozie {
Oozie^ get ();
void set (Oozie^ value);
}
[<DataMemberAttribute(Order = , EmitDefaultValue = false)>]
member Oozie : Oozie with get, set
function get Oozie () : Oozie
function set Oozie (value : Oozie)
Property Value
Type: Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013.Oozie
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013 Namespace