| 
            
              CommonFrameHeaderSampleCount Property
             | 
          
        
        
            Gets or sets the sample number (i.e., frame count) of this frame.
            
        
        Namespace: GSF.PhasorProtocols.IEEE1344Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.258-beta
Syntaxpublic ushort SampleCount { get; set; }Public Property SampleCount As UShort
	Get
	Set
public:
property unsigned short SampleCount {
	unsigned short get ();
	void set (unsigned short value);
}member SampleCount : uint16 with get, set
function get_SampleCount();
function set_SampleCount(value);
 View SourceProperty Value
UInt16
See Also