| IMethodServiceName Property |
Gets the name of the service to which this method belongs.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 1.0.0
Syntaxstring ServiceName { get; }ReadOnly Property ServiceName As String
Get
property String^ ServiceName {
String^ get ();
}abstract ServiceName : string with get
Property Value
Type:
String
See Also