UpdateAttribute.UsingCustomMethod 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 the method is a custom update operation.

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

Syntax

'Declaration
Public Property UsingCustomMethod As Boolean
    Get
    Set
'Usage
Dim instance As UpdateAttribute
Dim value As Boolean

value = instance.UsingCustomMethod

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

Property Value

Type: System.Boolean
true if the method is a custom update operation; otherwise, false.

See Also

Reference

UpdateAttribute Class

System.ServiceModel.DomainServices.Server Namespace