Compartilhar via


ValidateDomainServicesTask.Assembly 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 assembly containing the DomainService types to be validated.

Namespace:  Microsoft.ServiceModel.DomainServices.Tools
Assembly:  Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)

Syntax

'Declaration
<RequiredAttribute> _
Public Property Assembly As ITaskItem
    Get
    Set
'Usage
Dim instance As ValidateDomainServicesTask
Dim value As ITaskItem

value = instance.Assembly

instance.Assembly = value
[RequiredAttribute]
public ITaskItem Assembly { get; set; }
[RequiredAttribute]
public:
property ITaskItem^ Assembly {
    ITaskItem^ get ();
    void set (ITaskItem^ value);
}
[<RequiredAttribute>]
member Assembly : ITaskItem with get, set
function get Assembly () : ITaskItem
function set Assembly (value : ITaskItem)

Property Value

Type: Microsoft.Build.Framework.ITaskItem
AnITaskItem that contains the assembly with the DomainService types to be validated.

See Also

Reference

ValidateDomainServicesTask Class

Microsoft.ServiceModel.DomainServices.Tools Namespace