AuthPropertyValueBytes Property |
Gets the binary value of the property.
Namespace:
Grpc.Core
Assembly:
Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntaxpublic byte[] ValueBytes { get; }Public ReadOnly Property ValueBytes As Byte()
Get
public:
property array<unsigned char>^ ValueBytes {
array<unsigned char>^ get ();
}member ValueBytes : byte[] with get
Property Value
Type:
Byte
See Also