HealthCheckRequestService Property |
[Missing <summary> documentation for "P:Grpc.Health.V1.HealthCheckRequest.Service"]
Namespace:
Grpc.Health.V1
Assembly:
Grpc.HealthCheck (in Grpc.HealthCheck.dll) Version: 1.2.0-dev
Syntaxpublic string Service { get; set; }Public Property Service As String
Get
Set
public:
property String^ Service {
String^ get ();
void set (String^ value);
}member Service : string with get, set
Property Value
Type:
String
See Also