Amazon.ECS.Model.ItemAttributes.IsSetAssemblyInstructions C# (CSharp) 메소드

IsSetAssemblyInstructions() 공개 메소드

Checks if AssemblyInstructions property is set
public IsSetAssemblyInstructions ( ) : System.Boolean
리턴 System.Boolean
        public Boolean IsSetAssemblyInstructions()
        {
            return  this.assemblyInstructionsField != null;
        }
ItemAttributes