ProfileUsageAttribute.Alias 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 name of the member backing the property in an ASP.NET profile.

Namespace:  System.ServiceModel.DomainServices.Server.ApplicationServices
Assembly:  System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)

Syntax

'Declaration
Public Property Alias As String
    Get
    Set
'Usage
Dim instance As ProfileUsageAttribute
Dim value As String

value = instance.Alias

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

Property Value

Type: System.String
The name of the member backing the property in an ASP.NET profile.

See Also

Reference

ProfileUsageAttribute Class

System.ServiceModel.DomainServices.Server.ApplicationServices Namespace