ChannelOptionType Property |
Gets the type of the ChannelOption.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic ChannelOptionOptionType Type { get; }
Public ReadOnly Property Type As ChannelOptionOptionType
Get
public:
property ChannelOptionOptionType Type {
ChannelOptionOptionType get ();
}
member Type : ChannelOptionOptionType with get
Property Value
Type:
ChannelOptionOptionType
See Also