DomainService.AuthorizeChangeSet Method
[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.]
Returns a value that indicates the whether the user is authorized to submit the specified ChangeSet.
Namespace: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)
Syntax
'Declaration
Protected Overridable Function AuthorizeChangeSet As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.AuthorizeChangeSet()
protected virtual bool AuthorizeChangeSet()
protected:
virtual bool AuthorizeChangeSet()
abstract AuthorizeChangeSet : unit -> bool
override AuthorizeChangeSet : unit -> bool
protected function AuthorizeChangeSet() : boolean
Return Value
Type: System.Boolean
true if the user is authorized to submit the ChangeSet; otherwise, false.