CreateRiaClientFilesTask.LinkedFiles 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 the list of files shared with the server project(s) via file links.
Namespace: Microsoft.ServiceModel.DomainServices.Tools
Assembly: Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)
Syntax
'Declaration
<OutputAttribute> _
Public ReadOnly Property LinkedFiles As ITaskItem()
Get
'Usage
Dim instance As CreateRiaClientFilesTask
Dim value As ITaskItem()
value = instance.LinkedFiles
[OutputAttribute]
public ITaskItem[] LinkedFiles { get; }
[OutputAttribute]
public:
property array<ITaskItem^>^ LinkedFiles {
array<ITaskItem^>^ get ();
}
[<OutputAttribute>]
member LinkedFiles : ITaskItem[]
function get LinkedFiles () : ITaskItem[]
Property Value
Type: array<Microsoft.Build.Framework.ITaskItem[]
Returns anITaskItem object containing the list of files shared with the server project(s) via file links..