| 
            
              PhasorMeasurementMapperSharedMapping Property
             | 
          
        
        
            Gets or sets acronym of other device for which to assume a shared mapping.
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.257-beta
Syntaxpublic string SharedMapping { get; set; }Public Property SharedMapping As String
	Get
	Set
member SharedMapping : string with get, set
function get_SharedMapping();
function set_SharedMapping(value);
 View SourceProperty Value
String
Remarks
            Assigning acronym to this property automatically looks up ID of associated device.
            
See Also