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

set_StringProperty() public method

Nothing to do here. None of our collectors cares about string properties (yet).
public set_StringProperty ( int sp, string bstrValue ) : void
sp int
bstrValue string
return void
		public virtual void set_StringProperty(int sp, string bstrValue)
		{
		}