Amazon.StorageGateway.Model.DeviceiSCSIAttributes.IsSetChapEnabled C# (CSharp) 메소드

IsSetChapEnabled() 개인적인 메소드

private IsSetChapEnabled ( ) : bool
리턴 bool
        internal bool IsSetChapEnabled()
        {
            return this.chapEnabled.HasValue;
        }
    }