OperationDescriptor.Title Property

Human-readable description of the service operation.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Property Title As String 
    Get 
    Friend Set
'Usage
Dim instance As OperationDescriptor 
Dim value As String 

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

Property Value

Type: System.String

See Also

Reference

OperationDescriptor Class

System.Data.Services.Client Namespace