ServerReflectionRequestFileContainingSymbol Property |
Find the proto file that declares the given fully-qualified symbol name.
This field should be a fully-qualified symbol name
(e.g. <package>.<service>[.<method>] or <package>.<type>).
Namespace:
Grpc.Reflection.V1Alpha
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic string FileContainingSymbol { get; set; }Public Property FileContainingSymbol As String
Get
Set
public:
property String^ FileContainingSymbol {
String^ get ();
void set (String^ value);
}member FileContainingSymbol : string with get, set
Property Value
Type:
String
See Also