PbBlob.Size Property
.NET Standard 2.x
Gets or sets the size of PbBlob.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public uint Size{get => _size; set => this.SetSize(value);}
Property Value
System.UInt32
The size of PbBlob to get or to set.
Examples
Coming soon.
Applies to
.NET Standard
2.x