RiaClientFilesTask.LiveIntellisense 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 this is a build specifically for Live Intellisense that should not affect artifacts used by a real build.

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

Syntax

'Declaration
Public Property LiveIntellisense As String
    Get
    Set
'Usage
Dim instance As RiaClientFilesTask
Dim value As String

value = instance.LiveIntellisense

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

Property Value

Type: System.String
true if this is for a live Intellisense build; otherwise, false.

See Also

Reference

RiaClientFilesTask Class

Microsoft.ServiceModel.DomainServices.Tools Namespace