TransferredDomainEntityOwnerChoice Property
|
Namespace:
Aruba.Cloud.Domains.Common.Entities
Assembly:
Aruba.Cloud.Domains.Common.Entities (in Aruba.Cloud.Domains.Common.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<TransferOwnerChoices> OwnerChoice { get; set; }<DataMemberAttribute>
Public Property OwnerChoice As Nullable(Of TransferOwnerChoices)
Get
Set
public:
[DataMemberAttribute]
property Nullable<TransferOwnerChoices> OwnerChoice {
Nullable<TransferOwnerChoices> get ();
void set (Nullable<TransferOwnerChoices> value);
}[<DataMemberAttribute>]
member OwnerChoice : Nullable<TransferOwnerChoices> with get, set
function get OwnerChoice () : Nullable<TransferOwnerChoices>
function set OwnerChoice (value : Nullable<TransferOwnerChoices>)
Property Value
Type:
NullableTransferOwnerChoices
See Also