|   | AssemblyInfoSatelliteContractVersion Property | 
        
        
            Gets the assembly version used to instruct the System.Resources.ResourceManager to ask for a particular
            version of a satellite assembly to simplify updates of the main assembly of an application.
            
        
        Namespace: GSF.ReflectionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic string SatelliteContractVersion { get; }Public ReadOnly Property SatelliteContractVersion As String
	Get
public:
property String^ SatelliteContractVersion {
	String^ get ();
}member SatelliteContractVersion : string with get
function get_SatelliteContractVersion();
Property Value
String See Also
See Also