Visual Basic (Declaration) | |
---|---|
<XmlElementAttribute("callTypes")> Public Property callTypes As DescribeSoftphoneLayoutCallType() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DescribeSoftphoneLayoutResult Dim value() As DescribeSoftphoneLayoutCallType instance.callTypes = value value = instance.callTypes |
C# | |
---|---|
[XmlElementAttribute("callTypes")] public DescribeSoftphoneLayoutCallType[] callTypes {get; set;} |
Managed Extensions for C++ | |
---|---|
[XmlElementAttribute("callTypes")] public: __property DescribeSoftphoneLayoutCallType*[]* get_callTypes(); public: __property void set_callTypes( DescribeSoftphoneLayoutCallType*[]* value ); |
C++/CLI | |
---|---|
[XmlElementAttribute("callTypes")] public: property array<DescribeSoftphoneLayoutCallType^>^ callTypes { array<DescribeSoftphoneLayoutCallType^>^ get(); void set ( array<DescribeSoftphoneLayoutCallType^>^ value); } |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family