SIL.FieldWorks.Common.RootSites.CollectorEnv.set_IntProperty C# (CSharp) Method

set_IntProperty() public method

Nothing to do here. None of our collectors cares about integer properties (yet).
public set_IntProperty ( int tpt, int tpv, int nValue ) : void
tpt int
tpv int
nValue int
return void
		public virtual void set_IntProperty(int tpt, int tpv, int nValue)
		{
		}