DomainIdentifierAttribute.CodeProcessor 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 the CodeProcessor used during the DomainService code generation.

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

Syntax

'Declaration
Public Property CodeProcessor As Type
    Get
    Set
'Usage
Dim instance As DomainIdentifierAttribute
Dim value As Type

value = instance.CodeProcessor

instance.CodeProcessor = value
public Type CodeProcessor { get; set; }
public:
property Type^ CodeProcessor {
    Type^ get ();
    void set (Type^ value);
}
member CodeProcessor : Type with get, set
function get CodeProcessor () : Type
function set CodeProcessor (value : Type)

Property Value

Type: System.Type
The CodeProcessor used during the DomainService code generation.

See Also

Reference

DomainIdentifierAttribute Class

System.ServiceModel.DomainServices Namespace