Proprietà OperationDescriptor.Title
Descrizione in formato leggibile dell'operazione del servizio.
Spazio dei nomi System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Sintassi
'Dichiarazione
Public Property Title As String
Get
Friend Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String