DomainIdentifierAttribute.IsApplicationService 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 attributed type represents an application service.

Namespace:  System.ServiceModel.DomainServices
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Public Property IsApplicationService As Boolean
    Get
    Set
'Usage
Dim instance As DomainIdentifierAttribute
Dim value As Boolean

value = instance.IsApplicationService

instance.IsApplicationService = value
public bool IsApplicationService { get; set; }
public:
property bool IsApplicationService {
    bool get ();
    void set (bool value);
}
member IsApplicationService : bool with get, set
function get IsApplicationService () : boolean
function set IsApplicationService (value : boolean)

Property Value

Type: System.Boolean
true if the attributed type represents an application service; otherwise, false.

See Also

Reference

DomainIdentifierAttribute Class

System.ServiceModel.DomainServices Namespace