PbBlob.Value Property
.NET Standard 2.x
Gets or sets the value of PbBlob.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public byte[] Value{get => _data; set => this.SetValue(value);}
Property Value
System.Byte[]
The value of PbBlob to get or to set.
Examples
Coming soon.
Applies to
.NET Standard
2.x