CreateRiaClientFilesTask.ClientAssemblySearchPaths 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 containing the paths to search for client assemblies when it is necessary to locate referenced assemblies.
Namespace: Microsoft.ServiceModel.DomainServices.Tools
Assembly: Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)
Syntax
'Declaration
<RequiredAttribute> _
Public Property ClientAssemblySearchPaths As ITaskItem()
Get
Set
'Usage
Dim instance As CreateRiaClientFilesTask
Dim value As ITaskItem()
value = instance.ClientAssemblySearchPaths
instance.ClientAssemblySearchPaths = value
[RequiredAttribute]
public ITaskItem[] ClientAssemblySearchPaths { get; set; }
[RequiredAttribute]
public:
property array<ITaskItem^>^ ClientAssemblySearchPaths {
array<ITaskItem^>^ get ();
void set (array<ITaskItem^>^ value);
}
[<RequiredAttribute>]
member ClientAssemblySearchPaths : ITaskItem[] with get, set
function get ClientAssemblySearchPaths () : ITaskItem[]
function set ClientAssemblySearchPaths (value : ITaskItem[])
Property Value
Type: array<Microsoft.Build.Framework.ITaskItem[]
Returns anITaskItem object that contains the paths used to search for client assemblies.