DomainServiceDescription.ComplexTypes Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets the complex types exposed by the DomainService.
Namespace: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ComplexTypes As IEnumerable(Of Type)
Get
'Usage
Dim instance As DomainServiceDescription
Dim value As IEnumerable(Of Type)
value = instance.ComplexTypes
public IEnumerable<Type> ComplexTypes { get; }
public:
property IEnumerable<Type^>^ ComplexTypes {
IEnumerable<Type^>^ get ();
}
member ComplexTypes : IEnumerable<Type>
function get ComplexTypes () : IEnumerable<Type>
Property Value
Type: System.Collections.Generic.IEnumerable<Type>
The complex types exposed by the DomainService.