ListServiceResponseService Property |
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
Namespace:
Grpc.Reflection.V1Alpha
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic RepeatedField<ServiceResponse> Service { get; }Public ReadOnly Property Service As RepeatedField(Of ServiceResponse)
Get
public:
property RepeatedField<ServiceResponse^>^ Service {
RepeatedField<ServiceResponse^>^ get ();
}member Service : RepeatedField<ServiceResponse> with get
Property Value
Type:
RepeatedFieldServiceResponse
See Also