Paloma.TargaExtensionArea.SetJobName C# (CSharp) Method

SetJobName() protected method

Sets the JobName property, available only to objects in the same assembly as TargaExtensionArea.
protected SetJobName ( string strJobName ) : void
strJobName string The Job Name value read from the file.
return void
        protected internal void SetJobName(string strJobName)
        {
            this.strJobName = strJobName;
        }