ProfileUsageAttribute.IsExcluded 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 property is backed by a profile member.

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

Syntax

'Declaration
Public Property IsExcluded As Boolean
    Get
    Set
'Usage
Dim instance As ProfileUsageAttribute
Dim value As Boolean

value = instance.IsExcluded

instance.IsExcluded = value
public bool IsExcluded { get; set; }
public:
property bool IsExcluded {
    bool get ();
    void set (bool value);
}
member IsExcluded : bool with get, set
function get IsExcluded () : boolean
function set IsExcluded (value : boolean)

Property Value

Type: System.Boolean
true if the property is not backed by a profile member; otherwise, false.

See Also

Reference

ProfileUsageAttribute Class

System.ServiceModel.DomainServices.Server.ApplicationServices Namespace