| 
            
              CommonFrameHeaderWordCount Property
             | 
          
        
        
            Gets or sets the BPA PDcstream word count.
            
        
        Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxpublic ushort WordCount { get; set; }Public Property WordCount As UShort
	Get
	Set
public:
property unsigned short WordCount {
	unsigned short get ();
	void set (unsigned short value);
}member WordCount : uint16 with get, set
function get_WordCount();
function set_WordCount(value);
 View SourceProperty Value
UInt16
See Also