|
ClientInfoBinaryLength Property
|
Gets the length of the binary image when the
ClientInfo
is converted into raw binary data.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.311-beta
Syntaxpublic int BinaryLength { get; }Public ReadOnly Property BinaryLength As Integer
Get
public:
property int BinaryLength {
int get ();
}member BinaryLength : int with get
function get_BinaryLength();
View SourceProperty Value
Int32
See Also