Share via


DomainOperationEntry.ToString 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 string representation of the operation.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As DomainOperationEntry
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string 
override ToString : unit -> string 
public override function ToString() : String

Return Value

Type: System.String
A string representation of the DomainOperationEntry.

Remarks

The string representation of the DomainOperationEntry includes the ReturnType, Name, and Parameters list.

See Also

Reference

DomainOperationEntry Class

System.ServiceModel.DomainServices.Server Namespace