| 
            
              DigitalDefinitionMaskValue Property
             | 
          
        
        
            Gets or sets the digital mask value of this 
DigitalDefinition made available in configuration frames.
            
 
        
        Namespace: GSF.PhasorProtocols.AnonymousAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.258-beta
Syntaxpublic uint MaskValue { get; set; }Public Property MaskValue As UInteger
	Get
	Set
public:
property unsigned int MaskValue {
	unsigned int get ();
	void set (unsigned int value);
}member MaskValue : uint32 with get, set
function get_MaskValue();
function set_MaskValue(value);
 View SourceProperty Value
UInt32
See Also