CSharpImageLibrary.TargaExtensionArea.SetJobName C# (CSharp) Метод

SetJobName() защищенный Метод

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.
Результат void
        internal protected void SetJobName(string strJobName)
        {
            this.strJobName = strJobName;
        }