FullDomainDataEntityRegistrantExtraInfo 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 RegistrantExtraInfoRecord[] RegistrantExtraInfo { get; set; }<DataMemberAttribute>
Public Property RegistrantExtraInfo As RegistrantExtraInfoRecord()
Get
Set
public:
[DataMemberAttribute]
property array<RegistrantExtraInfoRecord^>^ RegistrantExtraInfo {
array<RegistrantExtraInfoRecord^>^ get ();
void set (array<RegistrantExtraInfoRecord^>^ value);
}[<DataMemberAttribute>]
member RegistrantExtraInfo : RegistrantExtraInfoRecord[] with get, set
function get RegistrantExtraInfo () : RegistrantExtraInfoRecord[]
function set RegistrantExtraInfo (value : RegistrantExtraInfoRecord[])
Property Value
Type:
RegistrantExtraInfoRecord
See Also