QueryAttribute.IsComposable 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 or sets a value that indicates whether the query method allows query composition.
Namespace: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)
Syntax
'Declaration
Public Property IsComposable As Boolean
Get
Set
'Usage
Dim instance As QueryAttribute
Dim value As Boolean
value = instance.IsComposable
instance.IsComposable = value
public bool IsComposable { get; set; }
public:
property bool IsComposable {
bool get ();
void set (bool value);
}
member IsComposable : bool with get, set
function get IsComposable () : boolean
function set IsComposable (value : boolean)
Property Value
Type: System.Boolean
true if the query method allows query composition; otherwise, false.