CreateRiaClientFilesTask.UseFullTypeNames 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 indicating whether the code generator should generate fully qualified type names.
Namespace: Microsoft.ServiceModel.DomainServices.Tools
Assembly: Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)
Syntax
'Declaration
Public Property UseFullTypeNames As String
Get
Set
'Usage
Dim instance As CreateRiaClientFilesTask
Dim value As String
value = instance.UseFullTypeNames
instance.UseFullTypeNames = value
public string UseFullTypeNames { get; set; }
public:
property String^ UseFullTypeNames {
String^ get ();
void set (String^ value);
}
member UseFullTypeNames : string with get, set
function get UseFullTypeNames () : String
function set UseFullTypeNames (value : String)
Property Value
Type: System.String
Returns aString object containing a value indicating whether the code generator should generate fully qualified type names.