DomainTransferableEntityIsTransferable 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 bool IsTransferable { get; set; }<DataMemberAttribute>
Public Property IsTransferable As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool IsTransferable {
bool get ();
void set (bool value);
}[<DataMemberAttribute>]
member IsTransferable : bool with get, set
function get IsTransferable () : boolean
function set IsTransferable (value : boolean)
Property Value
Type:
Boolean
See Also